#424992

Color #424992 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #424992

Tints of Governor Bay #424992

Color information

#424992 (or 0x424992) is unknown color: approx Governor Bay. HEX triplet: 42, 49 and 92. RGB value is (66,73,146). Sum of RGB (Red+Green+Blue) = 66+73+146=285 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.16% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #424992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424992 is #BDB66D. Grayscale: #4E4E4E. Windows color (decimal): -12433006 or 9587010. OLE color: 9587010.

HSL color Cylindrical-coordinate representation of color #424992: hue angle of 234.75º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #424992 is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6673146-
CMYK0.550.500.43
HSL234.75º37.74%41.57%-
HSV(B)234.75º54.79%57.25%-
XYZ9.82828.22-
YUV79.23165.68118.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.16%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=23.16%
G=25.61%
B=51.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66731460.550.500.43234.7537.7441.57
Hex424992373202Beb262a
Octal10211122267620533534652
Binary1000010100100110010010110111110010010101111101011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424992; }

 p { color: rgb(66,73,146); }

 H1.HeaderClassName
 {
   color: #424992;
 }
 .AnyTagClassName
 {
   color: #424992;
 }
</style>
background-color css

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

 a { background-color: rgb(66,73,146); }

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

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

 span { border-color: rgb(66,73,146); }

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