#44464D

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

Shades of Blue Zodiac #44464D

Tints of Blue Zodiac #44464D

Color information

#44464D (or 0x44464D) is unknown color: approx Blue Zodiac. HEX triplet: 44, 46 and 4D. RGB value is (68,70,77). Sum of RGB (Red+Green+Blue) = 68+70+77=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #44464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44464D is #BBB9B2. Grayscale: #464646. Windows color (decimal): -12302771 or 5064260. OLE color: 5064260.

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

Color convert

RGB687077-
CMYK0.120.0900.70
HSL226.67º6.21%28.43%-
HSV(B)226.67º11.69%30.2%-
XYZ5.916.157.9-
YUV70.2131.84126.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=31.63%
G=32.56%
B=35.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6870770.120.0900.70226.676.2128.43
Hex44464DC9046e361c
Octal10410611514110106343634
Binary10001001000110100110111001001010001101110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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