#455463

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

Shades of Cello #455463

Tints of Cello #455463

Color information

#455463 (or 0x455463) is unknown color: approx Cello. HEX triplet: 45, 54 and 63. RGB value is (69,84,99). Sum of RGB (Red+Green+Blue) = 69+84+99=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #455463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455463 is #BAAB9C. Grayscale: #515151. Windows color (decimal): -12233629 or 6509637. OLE color: 6509637.

HSL color Cylindrical-coordinate representation of color #455463: hue angle of 210º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455463 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB698499-
CMYK0.300.1500.61
HSL210º17.86%32.94%-
HSV(B)210º30.3%38.82%-
XYZ7.888.5113.03-
YUV81.22138.03119.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.38%
GREEN value IS 84 (33.20% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=27.38%
G=33.33%
B=39.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6984990.300.1500.6121017.8632.94
Hex4554631EF03Dd21221
Octal10512414336170753222241
Binary10001011010100110001111110111101111011101001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455463; }

 p { color: rgb(69,84,99); }

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

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

 a { background-color: rgb(69,84,99); }

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

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

 span { border-color: rgb(69,84,99); }

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