Html Css Color HEX #404C9D Governor Bay

📋 copy color: '#404C9D'

red 64 ◦ green 76 ◦ blue 157

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

Shades of Governor Bay #404C9D

Tints of Governor Bay #404C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 21.55%
G = 25.59%
B = 52.86%

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

#404C9D (or 0x404C9D) is known color: Governor Bay. HEX triplet: 40, 4C and 9D. RGB value is (64,76,157). Sum of RGB (Red+Green+Blue) = 64+76+157=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #404C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C9D is #BFB362. Grayscale: #515151. Windows color (decimal): -12563299 or 10308672. OLE color: 10308672.

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

Color convert

RGB 64 76 157 -
CMYK 0.59 0.52 0 0.38
HSL 232.26º 0.42% 0.43% -
HSV(B) 232.26º 0.59% 0.62% -
XYZ 10.78 8.69 33.01 -
YUV 81.65 170.52 115.41 -
System Red Green Blue C M Y K H S L
Decimal 64 76 157 0.59 0.52 0 0.38 232.26 0.42 0.43
Hex 40 4C 9D 3B 34 0 26 E8 2A 2B
Octal 100 114 235 73 64 0 46 350 52 53
Binary 1000000 1001100 10011101 111011 110100 0 100110 11101000 101010 101011

Color Harmonies of #404C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C9D

Black with #404C9D

Text Example


Text Example

White with #404C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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