#424B92

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

Shades of Governor Bay #424B92

Tints of Governor Bay #424B92

Color information

#424B92 (or 0x424B92) is unknown color: approx Governor Bay. HEX triplet: 42, 4B and 92. RGB value is (66,75,146). Sum of RGB (Red+Green+Blue) = 66+75+146=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #424B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B92 is #BDB46D. Grayscale: #505050. Windows color (decimal): -12432494 or 9587522. OLE color: 9587522.

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

Color convert

RGB6675146-
CMYK0.550.4900.43
HSL233.25º37.74%41.57%-
HSV(B)233.25º54.79%57.25%-
XYZ9.958.2728.27-
YUV80.4165.02117.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 146 (57.42% from 255) = 50.87%
R=23.00%
G=26.13%
B=50.87%

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
Decimal66751460.550.4900.43233.2537.7441.57
Hex424B92373102Be9262a
Octal10211322267610533514652
Binary1000010100101110010010110111110001010101111101001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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