#445366

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

Shades of Cello #445366

Tints of Cello #445366

Color information

#445366 (or 0x445366) is unknown color: approx Cello. HEX triplet: 44, 53 and 66. RGB value is (68,83,102). Sum of RGB (Red+Green+Blue) = 68+83+102=253 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.88% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 102 - color contains mainly: blue. Hex color #445366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445366 is #BBAC99. Grayscale: #505050. Windows color (decimal): -12299418 or 6705988. OLE color: 6705988.

HSL color Cylindrical-coordinate representation of color #445366: hue angle of 213.53º 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 #445366 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6883102-
CMYK0.330.1900.6
HSL213.53º20%33.33%-
HSV(B)213.53º33.33%40%-
XYZ7.888.3713.77-
YUV80.68140.03118.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.88%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=26.88%
G=32.81%
B=40.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68831020.330.1900.6213.532033.33
Hex445366211303Cd61421
Octal10412314641230743262441
Binary1000100101001111001101000011001101111001101011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445366; }

 p { color: rgb(68,83,102); }

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

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

 a { background-color: rgb(68,83,102); }

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

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

 span { border-color: rgb(68,83,102); }

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