#445261

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

Shades of Cello #445261

Tints of Cello #445261

Color information

#445261 (or 0x445261) is unknown color: approx Cello. HEX triplet: 44, 52 and 61. RGB value is (68,82,97). Sum of RGB (Red+Green+Blue) = 68+82+97=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 97 - color contains mainly: blue. Hex color #445261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445261 is #BBAD9E. Grayscale: #4F4F4F. Windows color (decimal): -12299679 or 6378052. OLE color: 6378052.

HSL color Cylindrical-coordinate representation of color #445261: hue angle of 211.03º 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 #445261 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB688297-
CMYK0.300.1500.62
HSL211.03º17.58%32.35%-
HSV(B)211.03º29.9%38.04%-
XYZ7.568.1312.48-
YUV79.52137.86119.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 97 (38.28% from 255) = 39.27%
R=27.53%
G=33.20%
B=39.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6882970.300.1500.62211.0317.5832.35
Hex4452611EF03Ed31220
Octal10412214136170763232240
Binary10001001010010110000111110111101111101101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445261; }

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

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

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

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

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

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

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

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