#445062

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

Shades of Cello #445062

Tints of Cello #445062

Color information

#445062 (or 0x445062) is unknown color: approx Cello. HEX triplet: 44, 50 and 62. RGB value is (68,80,98). Sum of RGB (Red+Green+Blue) = 68+80+98=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #445062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445062 is #BBAF9D. Grayscale: #4E4E4E. Windows color (decimal): -12300190 or 6443076. OLE color: 6443076.

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

Color convert

RGB688098-
CMYK0.310.1800.62
HSL216º18.07%32.55%-
HSV(B)216º30.61%38.43%-
XYZ7.467.8512.68-
YUV78.46139.02120.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 80 (31.64% from 255) = 32.52%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=27.64%
G=32.52%
B=39.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6880980.310.1800.6221618.0732.55
Hex4450621F1203Ed81221
Octal10412014237220763302241
Binary100010010100001100010111111001001111101101100010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445062; }

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

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

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

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

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

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

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

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