#424A93

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

Shades of Governor Bay #424A93

Tints of Governor Bay #424A93

Color information

#424A93 (or 0x424A93) is unknown color: approx Governor Bay. HEX triplet: 42, 4A and 93. RGB value is (66,74,147). Sum of RGB (Red+Green+Blue) = 66+74+147=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #424A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424A93 is #BDB56C. Grayscale: #4F4F4F. Windows color (decimal): -12432749 or 9652802. OLE color: 9652802.

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

Color convert

RGB6674147-
CMYK0.550.5000.42
HSL234.07º38.03%41.76%-
HSV(B)234.07º55.1%57.65%-
XYZ9.968.1628.65-
YUV79.93165.85118.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 147 (57.81% from 255) = 51.22%
R=23.00%
G=25.78%
B=51.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66741470.550.5000.42234.0738.0341.76
Hex424A93373202Aea262a
Octal10211222367620523524652
Binary1000010100101010010011110111110010010101011101010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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