Color Hex Logo

#4563ba Color Hex

#4563BA
(69,99,186)
0 Favorites   0 Comments

Color spaces of #4563ba

RGB 6999186
HSL0.620.460.50
HSV225°63°73°
CMYK 0.630.470.00   0.27
XYZ15.779013.734148.2737
Yxy13.73410.20280.1766
Hunter Lab37.059511.1465-51.2894
CIE-Lab43.849216.8297-49.3154

#4563ba color RGB value is (69,99,186).

#4563ba hex color red value is 69, green value is 99 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4563ba hue: 0.62 , saturation: 0.46 and the lightness value of 4563ba is 0.50.

The process color (four color CMYK) of #4563ba color hex is 0.63, 0.47, 0.00, 0.27. Web safe color of #4563ba is #3366cc. Color #4563ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100011 10111010
Octal 105 143 272
Decimal 69 99 186
Hex 45 63 BA

RGB Percentages of Color #4563ba

%19.49
%27.97
%52.54

CMYK Percentages of Color #4563ba

%63
%47
%0
%27

Triadic Colors of #4563ba

#4563ba #ba4563 #63ba45

Analogous Colors of #4563ba

#4563ba #6145ba #459eba

Monochromatic Colors of #4563ba

#4563ba

Complementary Color

#4563ba #ba9c45

#4563ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4563ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4563ba Color CSS Codes

.mybgcolor {background-color:#4563ba; } 
.myforecolor {color:#4563ba; }
.mybordercolor {border:3px solid #4563ba; }

#4563ba Text Font Color

<p style="color:#4563ba">Text here</p>

This sample text font color is #4563ba
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4563ba Background Color

<div style="background-color:#4563ba">
Div content here</div>

This div background color is #4563ba


#4563ba Border Color

<div style="border:3px solid #4563ba">
Div here</div>

This div border color is #4563ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,99,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4563ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4563ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4563ba;
  box-shadow:         1px 1px 3px 2px #4563ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,99,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4563ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4563ba;
  -webkit-box-shadow: 1px 1px 3px 2px #4563ba;
  box-shadow:         1px 1px 3px 2px #4563ba;">
Div content here</div>

This div box has shadow with color #4563ba


Comments

No comments written yet.

Please login to write comment.