Html Css Color HEX #4E5495 Governor Bay

📋 copy color: '#4E5495'

red 78 ◦ green 84 ◦ blue 149

#4E5495
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #4E5495

Tints of Governor Bay #4E5495

RGB

 RED value IS 78 (30.86% from 255) = 25.08%

 GREEN value IS 84 (33.2% from 255) = 27.01%

 BLUE value IS 149 (58.59% from 255) = 47.91%

R = 25.08%
G = 27.01%
B = 47.91%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4E5495 (or 0x4E5495) is known color: Governor Bay. HEX triplet: 4E, 54 and 95. RGB value is (78,84,149). Sum of RGB (Red+Green+Blue) = 78+84+149=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E5495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5495 is #B1AB6A. Grayscale: #595959. Windows color (decimal): -11643755 or 9786446. OLE color: 9786446.

HSL color Cylindrical-coordinate representation of color #4E5495: hue angle of 234.93º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E5495 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 84 149 -
CMYK 0.48 0.44 0 0.42
HSL 234.93º 0.31% 0.45% -
HSV(B) 234.93º 0.48% 0.58% -
XYZ 11.74 10.13 29.77 -
YUV 89.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 78 84 149 0.48 0.44 0 0.42 234.93 0.31 0.45
Hex 4E 54 95 30 2C 0 2A EB 1F 2D
Octal 116 124 225 60 54 0 52 353 37 55
Binary 1001110 1010100 10010101 110000 101100 0 101010 11101011 11111 101101

Color Harmonies of #4E5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5495

Black with #4E5495

Text Example


Text Example

White with #4E5495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E5495; }

 p { color: rgb(78,84,149); }

 H1.HeaderClassName
 {
   color: #4E5495;
 }
 .AnyTagClassName
 {
   color: #4E5495;
 }
</style>

background-color css

<style>
 a { background-color: #4E5495; }

 a { background-color: rgb(78,84,149); }

 div.DivClassName
 {
   background-color: #4E5495;
 }
 .BgClassName
 {
   background-color: #4E5495;
 }
</style>

border-color css

<style>
 span { border-color: #4E5495; }

 span { border-color: rgb(78,84,149); }

 td.TdClassName
 {
   border-color: #4E5495;
 }
 .TagClassName
 {
   border-color: #4E5495;
 }
</style>