#424658

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

Shades of Blue Zodiac #424658

Tints of Blue Zodiac #424658

Color information

#424658 (or 0x424658) is unknown color: approx Blue Zodiac. HEX triplet: 42, 46 and 58. RGB value is (66,70,88). Sum of RGB (Red+Green+Blue) = 66+70+88=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #424658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424658 is #BDB9A7. Grayscale: #464646. Windows color (decimal): -12433832 or 5785154. OLE color: 5785154.

HSL color Cylindrical-coordinate representation of color #424658: hue angle of 229.09º 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 #424658 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB667088-
CMYK0.250.2000.65
HSL229.09º14.29%30.2%-
HSV(B)229.09º25%34.51%-
XYZ6.26.2410.11-
YUV70.86137.67124.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 88 (34.77% from 255) = 39.29%
R=29.46%
G=31.25%
B=39.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6670880.250.2000.65229.0914.2930.2
Hex4246581914041e5e1e
Octal102106130312401013451636
Binary10000101000110101100011001101000100000111100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424658; }

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

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

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

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

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

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

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

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