Html Css Color HEX #404799 Governor Bay

📋 copy color: '#404799'

red 64 ◦ green 71 ◦ blue 153

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

Shades of Governor Bay #404799

Tints of Governor Bay #404799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.65%

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

R = 22.22%
G = 24.65%
B = 53.13%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#404799 (or 0x404799) is known color: Governor Bay. HEX triplet: 40, 47 and 99. RGB value is (64,71,153). Sum of RGB (Red+Green+Blue) = 64+71+153=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #404799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404799 is #BFB866. Grayscale: #4D4D4D. Windows color (decimal): -12564583 or 10045248. OLE color: 10045248.

HSL color Cylindrical-coordinate representation of color #404799: hue angle of 235.28º 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 #404799 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 71 153 -
CMYK 0.58 0.54 0 0.4
HSL 235.28º 0.41% 0.43% -
HSV(B) 235.28º 0.58% 0.6% -
XYZ 10.12 7.9 31.13 -
YUV 78.26 170.18 117.83 -
System Red Green Blue C M Y K H S L
Decimal 64 71 153 0.58 0.54 0 0.4 235.28 0.41 0.43
Hex 40 47 99 3A 36 0 28 EB 29 2B
Octal 100 107 231 72 66 0 50 353 51 53
Binary 1000000 1000111 10011001 111010 110110 0 101000 11101011 101001 101011

Color Harmonies of #404799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404799

Black with #404799

Text Example


Text Example

White with #404799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404799; }

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

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

background-color css

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

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

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

border-color css

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

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

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