#445262

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

Shades of Cello #445262

Tints of Cello #445262

Color information

#445262 (or 0x445262) is unknown color: approx Cello. HEX triplet: 44, 52 and 62. RGB value is (68,82,98). Sum of RGB (Red+Green+Blue) = 68+82+98=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #445262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445262 is #BBAD9D. Grayscale: #4F4F4F. Windows color (decimal): -12299678 or 6443588. OLE color: 6443588.

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

Color convert

RGB688298-
CMYK0.310.1600.62
HSL212º18.07%32.55%-
HSV(B)212º30.61%38.43%-
XYZ7.618.1512.73-
YUV79.64138.36119.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 82 (32.42% from 255) = 33.06%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=27.42%
G=33.06%
B=39.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6882980.310.1600.6221218.0732.55
Hex4452621F1003Ed41221
Octal10412214237200763242241
Binary100010010100101100010111111000001111101101010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445262; }

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

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

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

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

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

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

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

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