Html Css Color HEX #404C99 Governor Bay

📋 copy color: '#404C99'

red 64 ◦ green 76 ◦ blue 153

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

Shades of Governor Bay #404C99

Tints of Governor Bay #404C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 52.22%

R = 21.84%
G = 25.94%
B = 52.22%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#404C99 (or 0x404C99) is known color: Governor Bay. HEX triplet: 40, 4C and 99. RGB value is (64,76,153). Sum of RGB (Red+Green+Blue) = 64+76+153=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #404C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C99 is #BFB366. Grayscale: #505050. Windows color (decimal): -12563303 or 10046528. OLE color: 10046528.

HSL color Cylindrical-coordinate representation of color #404C99: hue angle of 231.91º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #404C99 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 76 153 -
CMYK 0.58 0.50 0 0.4
HSL 231.91º 0.41% 0.43% -
HSV(B) 231.91º 0.58% 0.6% -
XYZ 10.45 8.56 31.24 -
YUV 81.19 168.52 115.74 -
System Red Green Blue C M Y K H S L
Decimal 64 76 153 0.58 0.50 0 0.4 231.91 0.41 0.43
Hex 40 4C 99 3A 32 0 28 E8 29 2B
Octal 100 114 231 72 62 0 50 350 51 53
Binary 1000000 1001100 10011001 111010 110010 0 101000 11101000 101001 101011

Color Harmonies of #404C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C99

Black with #404C99

Text Example


Text Example

White with #404C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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