#44475B

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

Shades of Blue Zodiac #44475B

Tints of Blue Zodiac #44475B

Color information

#44475B (or 0x44475B) is unknown color: approx Blue Zodiac. HEX triplet: 44, 47 and 5B. RGB value is (68,71,91). Sum of RGB (Red+Green+Blue) = 68+71+91=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 71 (28.12% from 255 or 30.87% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 91 - color contains mainly: blue. Hex color #44475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44475B is #BBB8A4. Grayscale: #484848. Windows color (decimal): -12302501 or 5982020. OLE color: 5982020.

HSL color Cylindrical-coordinate representation of color #44475B: hue angle of 232.17º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #44475B is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB687191-
CMYK0.250.2200.64
HSL232.17º14.47%31.18%-
HSV(B)232.17º25.27%35.69%-
XYZ6.536.4910.81-
YUV72.38138.51124.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 71 (28.12% from 255) = 30.87%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=29.57%
G=30.87%
B=39.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6871910.250.2200.64232.1714.4731.18
Hex44475B1916040e8e1f
Octal104107133312601003501637
Binary10001001000111101101111001101100100000011101000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,71,91); }

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

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

 a { background-color: rgb(68,71,91); }

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

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

 span { border-color: rgb(68,71,91); }

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