#455464

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

Shades of Cello #455464

Tints of Cello #455464

Color information

#455464 (or 0x455464) is unknown color: approx Cello. HEX triplet: 45, 54 and 64. RGB value is (69,84,100). Sum of RGB (Red+Green+Blue) = 69+84+100=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 100 - color contains mainly: blue. Hex color #455464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455464 is #BAAB9B. Grayscale: #515151. Windows color (decimal): -12233628 or 6575173. OLE color: 6575173.

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

Color convert

RGB6984100-
CMYK0.310.1600.61
HSL210.97º18.34%33.14%-
HSV(B)210.97º31%39.22%-
XYZ7.928.5313.28-
YUV81.34138.53119.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.27%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=27.27%
G=33.20%
B=39.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal69841000.310.1600.61210.9718.3433.14
Hex4554641F1003Dd31221
Octal10512414437200753232241
Binary100010110101001100100111111000001111011101001110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455464; }

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

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

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

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

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

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

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

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