Html Css Color HEX #4E5196 Governor Bay

📋 copy color: '#4E5196'

red 78 ◦ green 81 ◦ blue 150

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

Shades of Governor Bay #4E5196

Tints of Governor Bay #4E5196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.21%

 BLUE value IS 150 (58.98% from 255) = 48.54%

R = 25.24%
G = 26.21%
B = 48.54%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4E5196 (or 0x4E5196) is known color: Governor Bay. HEX triplet: 4E, 51 and 96. RGB value is (78,81,150). Sum of RGB (Red+Green+Blue) = 78+81+150=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E5196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5196 is #B1AE69. Grayscale: #575757. Windows color (decimal): -11644522 or 9851214. OLE color: 9851214.

HSL color Cylindrical-coordinate representation of color #4E5196: hue angle of 237.5º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E5196 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 78 81 150 -
CMYK 0.48 0.46 0 0.41
HSL 237.5º 0.32% 0.45% -
HSV(B) 237.5º 0.48% 0.59% -
XYZ 11.59 9.71 30.12 -
YUV 87.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 78 81 150 0.48 0.46 0 0.41 237.5 0.32 0.45
Hex 4E 51 96 30 2E 0 29 EE 20 2D
Octal 116 121 226 60 56 0 51 356 40 55
Binary 1001110 1010001 10010110 110000 101110 0 101001 11101110 100000 101101

Color Harmonies of #4E5196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5196

Black with #4E5196

Text Example


Text Example

White with #4E5196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,81,150); }

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

background-color css

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

 a { background-color: rgb(78,81,150); }

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

border-color css

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

 span { border-color: rgb(78,81,150); }

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