Html Css Color HEX #404C9B Governor Bay

📋 copy color: '#404C9B'

red 64 ◦ green 76 ◦ blue 155

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

Shades of Governor Bay #404C9B

Tints of Governor Bay #404C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.54%

R = 21.69%
G = 25.76%
B = 52.54%

CMYK

 C value IS 0.59

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#404C9B (or 0x404C9B) is known color: Governor Bay. HEX triplet: 40, 4C and 9B. RGB value is (64,76,155). Sum of RGB (Red+Green+Blue) = 64+76+155=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #404C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C9B is #BFB364. Grayscale: #515151. Windows color (decimal): -12563301 or 10177600. OLE color: 10177600.

HSL color Cylindrical-coordinate representation of color #404C9B: hue angle of 232.09º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #404C9B is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 76 155 -
CMYK 0.59 0.51 0 0.39
HSL 232.09º 0.42% 0.43% -
HSV(B) 232.09º 0.59% 0.61% -
XYZ 10.62 8.63 32.12 -
YUV 81.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 64 76 155 0.59 0.51 0 0.39 232.09 0.42 0.43
Hex 40 4C 9B 3B 33 0 27 E8 2A 2B
Octal 100 114 233 73 63 0 47 350 52 53
Binary 1000000 1001100 10011011 111011 110011 0 100111 11101000 101010 101011

Color Harmonies of #404C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C9B

Black with #404C9B

Text Example


Text Example

White with #404C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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