Html Css Color HEX #404C9E Governor Bay

📋 copy color: '#404C9E'

red 64 ◦ green 76 ◦ blue 158

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

Shades of Governor Bay #404C9E

Tints of Governor Bay #404C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.5%

 BLUE value IS 158 (62.11% from 255) = 53.02%

R = 21.48%
G = 25.5%
B = 53.02%

CMYK

 C value IS 0.59

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#404C9E (or 0x404C9E) is known color: Governor Bay. HEX triplet: 40, 4C and 9E. RGB value is (64,76,158). Sum of RGB (Red+Green+Blue) = 64+76+158=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #404C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C9E is #BFB361. Grayscale: #515151. Windows color (decimal): -12563298 or 10374208. OLE color: 10374208.

HSL color Cylindrical-coordinate representation of color #404C9E: hue angle of 232.34º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #404C9E is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 76 158 -
CMYK 0.59 0.52 0 0.38
HSL 232.34º 0.42% 0.44% -
HSV(B) 232.34º 0.59% 0.62% -
XYZ 10.87 8.73 33.46 -
YUV 81.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 64 76 158 0.59 0.52 0 0.38 232.34 0.42 0.44
Hex 40 4C 9E 3B 34 0 26 E8 2A 2C
Octal 100 114 236 73 64 0 46 350 52 54
Binary 1000000 1001100 10011110 111011 110100 0 100110 11101000 101010 101100

Color Harmonies of #404C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C9E

Black with #404C9E

Text Example


Text Example

White with #404C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,76,158); }

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

background-color css

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

 a { background-color: rgb(64,76,158); }

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

border-color css

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

 span { border-color: rgb(64,76,158); }

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