Html Css Color HEX #404C98 Governor Bay

📋 copy color: '#404C98'

red 64 ◦ green 76 ◦ blue 152

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

Shades of Governor Bay #404C98

Tints of Governor Bay #404C98

RGB

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

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

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

R = 21.92%
G = 26.03%
B = 52.05%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#404C98 (or 0x404C98) is known color: Governor Bay. HEX triplet: 40, 4C and 98. RGB value is (64,76,152). Sum of RGB (Red+Green+Blue) = 64+76+152=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #404C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404C98 is #BFB367. Grayscale: #505050. Windows color (decimal): -12563304 or 9980992. OLE color: 9980992.

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

Color convert

RGB 64 76 152 -
CMYK 0.58 0.50 0 0.40
HSL 231.82º 0.41% 0.42% -
HSV(B) 231.82º 0.58% 0.6% -
XYZ 10.37 8.53 30.81 -
YUV 81.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 64 76 152 0.58 0.50 0 0.40 231.82 0.41 0.42
Hex 40 4C 98 3A 32 0 28 E8 29 2A
Octal 100 114 230 72 62 0 50 350 51 52
Binary 1000000 1001100 10011000 111010 110010 0 101000 11101000 101001 101010

Color Harmonies of #404C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C98

Black with #404C98

Text Example


Text Example

White with #404C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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