Html Css Color HEX #404F99 Governor Bay

📋 copy color: '#404F99'

red 64 ◦ green 79 ◦ blue 153

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

Shades of Governor Bay #404F99

Tints of Governor Bay #404F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.69%

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

R = 21.62%
G = 26.69%
B = 51.69%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#404F99 (or 0x404F99) is known color: Governor Bay. HEX triplet: 40, 4F and 99. RGB value is (64,79,153). Sum of RGB (Red+Green+Blue) = 64+79+153=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #404F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404F99 is #BFB066. Grayscale: #525252. Windows color (decimal): -12562535 or 10047296. OLE color: 10047296.

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

Color convert

RGB 64 79 153 -
CMYK 0.58 0.48 0 0.4
HSL 229.89º 0.41% 0.43% -
HSV(B) 229.89º 0.58% 0.6% -
XYZ 10.66 8.98 31.31 -
YUV 82.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 64 79 153 0.58 0.48 0 0.4 229.89 0.41 0.43
Hex 40 4F 99 3A 30 0 28 E6 29 2B
Octal 100 117 231 72 60 0 50 346 51 53
Binary 1000000 1001111 10011001 111010 110000 0 101000 11100110 101001 101011

Color Harmonies of #404F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F99

Black with #404F99

Text Example


Text Example

White with #404F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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