#424A92

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

Shades of Governor Bay #424A92

Tints of Governor Bay #424A92

Color information

#424A92 (or 0x424A92) is unknown color: approx Governor Bay. HEX triplet: 42, 4A and 92. RGB value is (66,74,146). Sum of RGB (Red+Green+Blue) = 66+74+146=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 146 (57.42% from 255 or 51.05% from 286); Max value from RGB is 146 - color contains mainly: blue. Hex color #424A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424A92 is #BDB56D. Grayscale: #4F4F4F. Windows color (decimal): -12432750 or 9587266. OLE color: 9587266.

HSL color Cylindrical-coordinate representation of color #424A92: hue angle of 234º 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 #424A92 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6674146-
CMYK0.550.4900.43
HSL234º37.74%41.57%-
HSV(B)234º54.79%57.25%-
XYZ9.888.1328.24-
YUV79.82165.35118.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 74 (29.30% from 255) = 25.87%
BLUE value IS 146 (57.42% from 255) = 51.05%
R=23.08%
G=25.87%
B=51.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66741460.550.4900.4323437.7441.57
Hex424A92373102Bea262a
Octal10211222267610533524652
Binary1000010100101010010010110111110001010101111101010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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