Html Css Color HEX #404B98 Governor Bay

📋 copy color: '#404B98'

red 64 ◦ green 75 ◦ blue 152

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

Shades of Governor Bay #404B98

Tints of Governor Bay #404B98

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.77%

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

R = 21.99%
G = 25.77%
B = 52.23%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#404B98 (or 0x404B98) is known color: Governor Bay. HEX triplet: 40, 4B and 98. RGB value is (64,75,152). Sum of RGB (Red+Green+Blue) = 64+75+152=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #404B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404B98 is #BFB467. Grayscale: #505050. Windows color (decimal): -12563560 or 9980736. OLE color: 9980736.

HSL color Cylindrical-coordinate representation of color #404B98: hue angle of 232.5º 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 #404B98 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 75 152 -
CMYK 0.58 0.51 0 0.40
HSL 232.5º 0.41% 0.42% -
HSV(B) 232.5º 0.58% 0.6% -
XYZ 10.3 8.39 30.78 -
YUV 80.49 168.36 116.24 -
System Red Green Blue C M Y K H S L
Decimal 64 75 152 0.58 0.51 0 0.40 232.5 0.41 0.42
Hex 40 4B 98 3A 33 0 28 E8 29 2A
Octal 100 113 230 72 63 0 50 350 51 52
Binary 1000000 1001011 10011000 111010 110011 0 101000 11101000 101001 101010

Color Harmonies of #404B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B98

Black with #404B98

Text Example


Text Example

White with #404B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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