#444B5C

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

Shades of Blue Zodiac #444B5C

Tints of Blue Zodiac #444B5C

Color information

#444B5C (or 0x444B5C) is unknown color: approx Blue Zodiac. HEX triplet: 44, 4B and 5C. RGB value is (68,75,92). Sum of RGB (Red+Green+Blue) = 68+75+92=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #444B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B5C is #BBB4A3. Grayscale: #4A4A4A. Windows color (decimal): -12301476 or 6048580. OLE color: 6048580.

HSL color Cylindrical-coordinate representation of color #444B5C: hue angle of 222.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #444B5C is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB687592-
CMYK0.260.1800.64
HSL222.5º15%31.37%-
HSV(B)222.5º26.09%36.08%-
XYZ6.837.0311.12-
YUV74.84137.68123.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=28.94%
G=31.91%
B=39.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6875920.260.1800.64222.51531.37
Hex444B5C1A12040def1f
Octal104113134322201003361737
Binary10001001001011101110011010100100100000011011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444B5C; }

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

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

<style>
 a { background-color: #444B5C; }

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

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

<style>
 span { border-color: #444B5C; }

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

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