Html Css Color HEX #404B96 Governor Bay

📋 copy color: '#404B96'

red 64 ◦ green 75 ◦ blue 150

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

Shades of Governor Bay #404B96

Tints of Governor Bay #404B96

RGB

 RED value IS 64 (25.39% from 255) = 22.15%

 GREEN value IS 75 (29.69% from 255) = 25.95%

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

R = 22.15%
G = 25.95%
B = 51.9%

CMYK

 C value IS 0.57

 M value IS 0.5

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#404B96 (or 0x404B96) is known color: Governor Bay. HEX triplet: 40, 4B and 96. RGB value is (64,75,150). Sum of RGB (Red+Green+Blue) = 64+75+150=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #404B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404B96 is #BFB469. Grayscale: #4F4F4F. Windows color (decimal): -12563562 or 9849664. OLE color: 9849664.

HSL color Cylindrical-coordinate representation of color #404B96: hue angle of 232.33º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #404B96 is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 75 150 -
CMYK 0.57 0.5 0 0.41
HSL 232.33º 0.4% 0.42% -
HSV(B) 232.33º 0.57% 0.59% -
XYZ 10.14 8.32 29.93 -
YUV 80.26 167.36 116.4 -
System Red Green Blue C M Y K H S L
Decimal 64 75 150 0.57 0.5 0 0.41 232.33 0.4 0.42
Hex 40 4B 96 39 32 0 29 E8 28 2A
Octal 100 113 226 71 62 0 51 350 50 52
Binary 1000000 1001011 10010110 111001 110010 0 101001 11101000 101000 101010

Color Harmonies of #404B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B96

Black with #404B96

Text Example


Text Example

White with #404B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404B96; }

 p { color: rgb(64,75,150); }

 H1.HeaderClassName
 {
   color: #404B96;
 }
 .AnyTagClassName
 {
   color: #404B96;
 }
</style>

background-color css

<style>
 a { background-color: #404B96; }

 a { background-color: rgb(64,75,150); }

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

border-color css

<style>
 span { border-color: #404B96; }

 span { border-color: rgb(64,75,150); }

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