#445465

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

Shades of Cello #445465

Tints of Cello #445465

Color information

#445465 (or 0x445465) is unknown color: approx Cello. HEX triplet: 44, 54 and 65. RGB value is (68,84,101). Sum of RGB (Red+Green+Blue) = 68+84+101=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #445465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445465 is #BBAB9A. Grayscale: #515151. Windows color (decimal): -12299163 or 6640708. OLE color: 6640708.

HSL color Cylindrical-coordinate representation of color #445465: hue angle of 210.91º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445465 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6884101-
CMYK0.330.1700.60
HSL210.91º19.53%33.14%-
HSV(B)210.91º32.67%39.61%-
XYZ7.98.5113.54-
YUV81.15139.2118.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=26.88%
G=33.20%
B=39.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68841010.330.1700.60210.9119.5333.14
Hex445465211103Cd31421
Octal10412414541210743232441
Binary1000100101010011001011000011000101111001101001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445465; }

 p { color: rgb(68,84,101); }

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

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

 a { background-color: rgb(68,84,101); }

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

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

 span { border-color: rgb(68,84,101); }

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