#44464F

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

Shades of Blue Zodiac #44464F

Tints of Blue Zodiac #44464F

Color information

#44464F (or 0x44464F) is unknown color: approx Blue Zodiac. HEX triplet: 44, 46 and 4F. RGB value is (68,70,79). Sum of RGB (Red+Green+Blue) = 68+70+79=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #44464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44464F is #BBB9B0. Grayscale: #464646. Windows color (decimal): -12302769 or 5195332. OLE color: 5195332.

HSL color Cylindrical-coordinate representation of color #44464F: hue angle of 229.09º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #44464F is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB687079-
CMYK0.140.1100.69
HSL229.09º7.48%28.82%-
HSV(B)229.09º13.92%30.98%-
XYZ5.996.178.27-
YUV70.43132.84126.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=31.34%
G=32.26%
B=36.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6870790.140.1100.69229.097.4828.82
Hex44464FEB045e571d
Octal10410611716130105345735
Binary10001001000110100111111101011010001011110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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