#42444D

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

Shades of Blue Zodiac #42444D

Tints of Blue Zodiac #42444D

Color information

#42444D (or 0x42444D) is unknown color: approx Blue Zodiac. HEX triplet: 42, 44 and 4D. RGB value is (66,68,77). Sum of RGB (Red+Green+Blue) = 66+68+77=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 77 - color contains mainly: blue. Hex color #42444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42444D is #BDBBB2. Grayscale: #444444. Windows color (decimal): -12434355 or 5063746. OLE color: 5063746.

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

Color convert

RGB666877-
CMYK0.140.1200.70
HSL229.09º7.69%28.04%-
HSV(B)229.09º14.29%30.2%-
XYZ5.655.837.85-
YUV68.43132.84126.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=31.28%
G=32.23%
B=36.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6668770.140.1200.70229.097.6928.04
Hex42444DEC046e581c
Octal102104115161401063451034
Binary100001010001001001101111011000100011011100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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