#445260

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

Shades of Cello #445260

Tints of Cello #445260

Color information

#445260 (or 0x445260) is unknown color: approx Cello. HEX triplet: 44, 52 and 60. RGB value is (68,82,96). Sum of RGB (Red+Green+Blue) = 68+82+96=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #445260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445260 is #BBAD9F. Grayscale: #4F4F4F. Windows color (decimal): -12299680 or 6312516. OLE color: 6312516.

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

Color convert

RGB688296-
CMYK0.290.1500.62
HSL210º17.07%32.16%-
HSV(B)210º29.17%37.65%-
XYZ7.518.1112.24-
YUV79.41137.36119.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=27.64%
G=33.33%
B=39.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6882960.290.1500.6221017.0732.16
Hex4452601DF03Ed21120
Octal10412214035170763222140
Binary10001001010010110000011101111101111101101001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445260; }

 p { color: rgb(68,82,96); }

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

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

 a { background-color: rgb(68,82,96); }

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

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

 span { border-color: rgb(68,82,96); }

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