#42444B

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

Shades of Blue Zodiac #42444B

Tints of Blue Zodiac #42444B

Color information

#42444B (or 0x42444B) is unknown color: approx Blue Zodiac. HEX triplet: 42, 44 and 4B. RGB value is (66,68,75). Sum of RGB (Red+Green+Blue) = 66+68+75=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #42444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42444B is #BDBBB4. Grayscale: #444444. Windows color (decimal): -12434357 or 4932674. OLE color: 4932674.

HSL color Cylindrical-coordinate representation of color #42444B: hue angle of 226.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #42444B is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB666875-
CMYK0.120.0900.71
HSL226.67º6.38%27.65%-
HSV(B)226.67º12%29.41%-
XYZ5.585.87.48-
YUV68.2131.84126.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=31.58%
G=32.54%
B=35.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6668750.120.0900.71226.676.3827.65
Hex42444BC9047e361c
Octal10210411314110107343634
Binary10000101000100100101111001001010001111110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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