#44485D

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

Shades of Blue Zodiac #44485D

Tints of Blue Zodiac #44485D

Color information

#44485D (or 0x44485D) is unknown color: approx Blue Zodiac. HEX triplet: 44, 48 and 5D. RGB value is (68,72,93). Sum of RGB (Red+Green+Blue) = 68+72+93=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #44485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44485D is #BBB7A2. Grayscale: #494949. Windows color (decimal): -12302243 or 6113348. OLE color: 6113348.

HSL color Cylindrical-coordinate representation of color #44485D: hue angle of 230.4º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44485D is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB687293-
CMYK0.270.2300.64
HSL230.4º15.53%31.57%-
HSV(B)230.4º26.88%36.47%-
XYZ6.686.6511.29-
YUV73.2139.17124.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 72 (28.52% from 255) = 30.90%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=29.18%
G=30.90%
B=39.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6872930.270.2300.64230.415.5331.57
Hex44485D1B17040e61020
Octal104110135332701003462040
Binary1000100100100010111011101110111010000001110011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,72,93); }

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

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

 a { background-color: rgb(68,72,93); }

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

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

 span { border-color: rgb(68,72,93); }

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