Html Css Color HEX #424F99 Governor Bay

📋 copy color: '#424F99'

red 66 ◦ green 79 ◦ blue 153

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

Shades of Governor Bay #424F99

Tints of Governor Bay #424F99

RGB

 RED value IS 66 (26.17% from 255) = 22.15%

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

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

R = 22.15%
G = 26.51%
B = 51.34%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#424F99 (or 0x424F99) is known color: Governor Bay. HEX triplet: 42, 4F and 99. RGB value is (66,79,153). Sum of RGB (Red+Green+Blue) = 66+79+153=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #424F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424F99 is #BDB066. Grayscale: #535353. Windows color (decimal): -12431463 or 10047298. OLE color: 10047298.

HSL color Cylindrical-coordinate representation of color #424F99: hue angle of 231.03º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #424F99 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 79 153 -
CMYK 0.57 0.48 0 0.4
HSL 231.03º 0.4% 0.43% -
HSV(B) 231.03º 0.57% 0.6% -
XYZ 10.79 9.05 31.32 -
YUV 83.55 167.19 115.48 -
System Red Green Blue C M Y K H S L
Decimal 66 79 153 0.57 0.48 0 0.4 231.03 0.4 0.43
Hex 42 4F 99 39 30 0 28 E7 28 2B
Octal 102 117 231 71 60 0 50 347 50 53
Binary 1000010 1001111 10011001 111001 110000 0 101000 11100111 101000 101011

Color Harmonies of #424F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F99

Black with #424F99

Text Example


Text Example

White with #424F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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