Html Css Color HEX #404895 Governor Bay

📋 copy color: '#404895'

red 64 ◦ green 72 ◦ blue 149

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

Shades of Governor Bay #404895

Tints of Governor Bay #404895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 22.46%
G = 25.26%
B = 52.28%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#404895 (or 0x404895) is known color: Governor Bay. HEX triplet: 40, 48 and 95. RGB value is (64,72,149). Sum of RGB (Red+Green+Blue) = 64+72+149=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #404895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404895 is #BFB76A. Grayscale: #4E4E4E. Windows color (decimal): -12564331 or 9783360. OLE color: 9783360.

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

Color convert

RGB 64 72 149 -
CMYK 0.57 0.52 0 0.42
HSL 234.35º 0.4% 0.42% -
HSV(B) 234.35º 0.57% 0.58% -
XYZ 9.86 7.89 29.44 -
YUV 78.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 64 72 149 0.57 0.52 0 0.42 234.35 0.4 0.42
Hex 40 48 95 39 34 0 2A EA 28 2A
Octal 100 110 225 71 64 0 52 352 50 52
Binary 1000000 1001000 10010101 111001 110100 0 101010 11101010 101000 101010

Color Harmonies of #404895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404895

Black with #404895

Text Example


Text Example

White with #404895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404895; }

 p { color: rgb(64,72,149); }

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

background-color css

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

 a { background-color: rgb(64,72,149); }

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

border-color css

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

 span { border-color: rgb(64,72,149); }

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