Html Css Color HEX #404C97 Governor Bay

📋 copy color: '#404C97'

red 64 ◦ green 76 ◦ blue 151

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

Shades of Governor Bay #404C97

Tints of Governor Bay #404C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 51.89%

R = 21.99%
G = 26.12%
B = 51.89%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#404C97 (or 0x404C97) is known color: Governor Bay. HEX triplet: 40, 4C and 97. RGB value is (64,76,151). Sum of RGB (Red+Green+Blue) = 64+76+151=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #404C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C97 is #BFB368. Grayscale: #505050. Windows color (decimal): -12563305 or 9915456. OLE color: 9915456.

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

Color convert

RGB 64 76 151 -
CMYK 0.58 0.50 0 0.41
HSL 231.72º 0.4% 0.42% -
HSV(B) 231.72º 0.58% 0.59% -
XYZ 10.28 8.49 30.38 -
YUV 80.96 167.52 115.9 -
System Red Green Blue C M Y K H S L
Decimal 64 76 151 0.58 0.50 0 0.41 231.72 0.4 0.42
Hex 40 4C 97 3A 32 0 29 E8 28 2A
Octal 100 114 227 72 62 0 51 350 50 52
Binary 1000000 1001100 10010111 111010 110010 0 101001 11101000 101000 101010

Color Harmonies of #404C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C97

Black with #404C97

Text Example


Text Example

White with #404C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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