Html Css Color HEX #404998 Governor Bay

📋 copy color: '#404998'

red 64 ◦ green 73 ◦ blue 152

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

Shades of Governor Bay #404998

Tints of Governor Bay #404998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.26%

 BLUE value IS 152 (59.77% from 255) = 52.6%

R = 22.15%
G = 25.26%
B = 52.6%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#404998 (or 0x404998) is known color: Governor Bay. HEX triplet: 40, 49 and 98. RGB value is (64,73,152). Sum of RGB (Red+Green+Blue) = 64+73+152=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #404998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404998 is #BFB667. Grayscale: #4E4E4E. Windows color (decimal): -12564072 or 9980224. OLE color: 9980224.

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

Color convert

RGB 64 73 152 -
CMYK 0.58 0.52 0 0.40
HSL 233.86º 0.41% 0.42% -
HSV(B) 233.86º 0.58% 0.6% -
XYZ 10.16 8.12 30.74 -
YUV 79.32 169.02 117.08 -
System Red Green Blue C M Y K H S L
Decimal 64 73 152 0.58 0.52 0 0.40 233.86 0.41 0.42
Hex 40 49 98 3A 34 0 28 EA 29 2A
Octal 100 111 230 72 64 0 50 352 51 52
Binary 1000000 1001001 10011000 111010 110100 0 101000 11101010 101001 101010

Color Harmonies of #404998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404998

Black with #404998

Text Example


Text Example

White with #404998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404998; }

 p { color: rgb(64,73,152); }

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

background-color css

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

 a { background-color: rgb(64,73,152); }

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

border-color css

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

 span { border-color: rgb(64,73,152); }

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