#445061

Color #445061 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #445061

Tints of Cello #445061

Color information

#445061 (or 0x445061) is unknown color: approx Cello. HEX triplet: 44, 50 and 61. RGB value is (68,80,97). Sum of RGB (Red+Green+Blue) = 68+80+97=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #445061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445061 is #BBAF9E. Grayscale: #4E4E4E. Windows color (decimal): -12300191 or 6377540. OLE color: 6377540.

HSL color Cylindrical-coordinate representation of color #445061: hue angle of 215.17º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #445061 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB688097-
CMYK0.300.1800.62
HSL215.17º17.58%32.35%-
HSV(B)215.17º29.9%38.04%-
XYZ7.417.8312.43-
YUV78.35138.52120.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=27.76%
G=32.65%
B=39.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6880970.300.1800.62215.1717.5832.35
Hex4450611E1203Ed71220
Octal10412014136220763272240
Binary100010010100001100001111101001001111101101011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445061; }

 p { color: rgb(68,80,97); }

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

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

 a { background-color: rgb(68,80,97); }

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

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

 span { border-color: rgb(68,80,97); }

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