#424B9F

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

Shades of Governor Bay #424B9F

Tints of Governor Bay #424B9F

Color information

#424B9F (or 0x424B9F) is unknown color: approx Governor Bay. HEX triplet: 42, 4B and 9F. RGB value is (66,75,159). Sum of RGB (Red+Green+Blue) = 66+75+159=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #424B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424B9F is #BDB460. Grayscale: #515151. Windows color (decimal): -12432481 or 10439490. OLE color: 10439490.

HSL color Cylindrical-coordinate representation of color #424B9F: hue angle of 234.19º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #424B9F is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6675159-
CMYK0.580.5300.38
HSL234.19º41.33%44.12%-
HSV(B)234.19º58.49%62.35%-
XYZ11.028.6933.9-
YUV81.89171.52116.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 159 (62.5% from 255) = 53%
R=22%
G=25%
B=53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66751590.580.5300.38234.1941.3344.12
Hex424B9F3A35026ea292c
Octal10211323772650463525154
Binary1000010100101110011111111010110101010011011101010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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