#424B60

Color #424B60 Blue Zodiac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Zodiac #424B60

Tints of Blue Zodiac #424B60

Color information

#424B60 (or 0x424B60) is unknown color: approx Blue Zodiac. HEX triplet: 42, 4B and 60. RGB value is (66,75,96). Sum of RGB (Red+Green+Blue) = 66+75+96=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #424B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B60 is #BDB49F. Grayscale: #4A4A4A. Windows color (decimal): -12432544 or 6310722. OLE color: 6310722.

HSL color Cylindrical-coordinate representation of color #424B60: hue angle of 222º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424B60 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB667596-
CMYK0.310.2200.62
HSL222º18.52%31.76%-
HSV(B)222º31.25%37.65%-
XYZ6.877.0312.06-
YUV74.7140.02121.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 96 (37.89% from 255) = 40.51%
R=27.85%
G=31.65%
B=40.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6675960.310.2200.6222218.5231.76
Hex424B601F1603Ede1320
Octal10211314037260763362340
Binary100001010010111100000111111011001111101101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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