Html Css Color HEX #4E5696 Governor Bay

📋 copy color: '#4E5696'

red 78 ◦ green 86 ◦ blue 150

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

Shades of Governor Bay #4E5696

Tints of Governor Bay #4E5696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

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

R = 24.84%
G = 27.39%
B = 47.77%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4E5696 (or 0x4E5696) is known color: Governor Bay. HEX triplet: 4E, 56 and 96. RGB value is (78,86,150). Sum of RGB (Red+Green+Blue) = 78+86+150=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E5696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5696 is #B1A969. Grayscale: #5A5A5A. Windows color (decimal): -11643242 or 9852494. OLE color: 9852494.

HSL color Cylindrical-coordinate representation of color #4E5696: hue angle of 233.33º 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 #4E5696 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 78 86 150 -
CMYK 0.48 0.43 0 0.41
HSL 233.33º 0.32% 0.45% -
HSV(B) 233.33º 0.48% 0.59% -
XYZ 11.97 10.48 30.25 -
YUV 90.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 78 86 150 0.48 0.43 0 0.41 233.33 0.32 0.45
Hex 4E 56 96 30 2B 0 29 E9 20 2D
Octal 116 126 226 60 53 0 51 351 40 55
Binary 1001110 1010110 10010110 110000 101011 0 101001 11101001 100000 101101

Color Harmonies of #4E5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5696

Black with #4E5696

Text Example


Text Example

White with #4E5696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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