#424B5F

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

Shades of Blue Zodiac #424B5F

Tints of Blue Zodiac #424B5F

Color information

#424B5F (or 0x424B5F) is unknown color: approx Blue Zodiac. HEX triplet: 42, 4B and 5F. RGB value is (66,75,95). Sum of RGB (Red+Green+Blue) = 66+75+95=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #424B5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B5F is #BDB4A0. Grayscale: #4A4A4A. Windows color (decimal): -12432545 or 6245186. OLE color: 6245186.

HSL color Cylindrical-coordinate representation of color #424B5F: hue angle of 221.38º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424B5F is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB667595-
CMYK0.310.2100.63
HSL221.38º18.01%31.57%-
HSV(B)221.38º30.53%37.25%-
XYZ6.837.0211.82-
YUV74.59139.52121.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=27.97%
G=31.78%
B=40.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6675950.310.2100.63221.3818.0131.57
Hex424B5F1F1503Fdd1220
Octal10211313737250773352240
Binary100001010010111011111111111010101111111101110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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