#42444C

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

Shades of Blue Zodiac #42444C

Tints of Blue Zodiac #42444C

Color information

#42444C (or 0x42444C) is unknown color: approx Blue Zodiac. HEX triplet: 42, 44 and 4C. RGB value is (66,68,76). Sum of RGB (Red+Green+Blue) = 66+68+76=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 76 - color contains mainly: blue. Hex color #42444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42444C is #BDBBB3. Grayscale: #444444. Windows color (decimal): -12434356 or 4998210. OLE color: 4998210.

HSL color Cylindrical-coordinate representation of color #42444C: hue angle of 228º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #42444C is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB666876-
CMYK0.130.1100.70
HSL228º7.04%27.84%-
HSV(B)228º13.16%29.8%-
XYZ5.625.817.66-
YUV68.31132.34126.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=31.43%
G=32.38%
B=36.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6668760.130.1100.702287.0427.84
Hex42444CDB046e471c
Octal10210411415130106344734
Binary10000101000100100110011011011010001101110010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42444C; }

 p { color: rgb(66,68,76); }

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

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

 a { background-color: rgb(66,68,76); }

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

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

 span { border-color: rgb(66,68,76); }

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