#424858

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

Shades of Blue Zodiac #424858

Tints of Blue Zodiac #424858

Color information

#424858 (or 0x424858) is unknown color: approx Blue Zodiac. HEX triplet: 42, 48 and 58. RGB value is (66,72,88). Sum of RGB (Red+Green+Blue) = 66+72+88=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #424858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424858 is #BDB7A7. Grayscale: #474747. Windows color (decimal): -12433320 or 5785666. OLE color: 5785666.

HSL color Cylindrical-coordinate representation of color #424858: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #424858 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB667288-
CMYK0.250.1800.65
HSL223.64º14.29%30.2%-
HSV(B)223.64º25%34.51%-
XYZ6.336.510.15-
YUV72.03137.01123.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=29.20%
G=31.86%
B=38.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6672880.250.1800.65223.6414.2930.2
Hex4248581912041e0e1e
Octal102110130312201013401636
Binary10000101001000101100011001100100100000111100000111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424858; }

 p { color: rgb(66,72,88); }

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

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

 a { background-color: rgb(66,72,88); }

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

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

 span { border-color: rgb(66,72,88); }

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