Html Css Color HEX #465160 Cello

📋 copy color: '#465160'

red 70 ◦ green 81 ◦ blue 96

#465160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #465160

Tints of Cello #465160

RGB

 RED value IS 70 (27.73% from 255) = 28.34%

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 96 (37.89% from 255) = 38.87%

R = 28.34%
G = 32.79%
B = 38.87%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465160 (or 0x465160) is known color: Cello. HEX triplet: 46, 51 and 60. RGB value is (70,81,96). Sum of RGB (Red+Green+Blue) = 70+81+96=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 96 - color contains mainly: blue. Hex color #465160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465160 is #B9AE9F. Grayscale: #4F4F4F. Windows color (decimal): -12168864 or 6312262. OLE color: 6312262.

HSL color Cylindrical-coordinate representation of color #465160: hue angle of 214.62º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465160 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 81 96 -
CMYK 0.27 0.16 0 0.62
HSL 214.62º 0.16% 0.33% -
HSV(B) 214.62º 0.27% 0.38% -
XYZ 7.58 8.03 12.22 -
YUV 79.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 70 81 96 0.27 0.16 0 0.62 214.62 0.16 0.33
Hex 46 51 60 1B 10 0 3E D7 10 21
Octal 106 121 140 33 20 0 76 327 20 41
Binary 1000110 1010001 1100000 11011 10000 0 111110 11010111 10000 100001

Color Harmonies of #465160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465160

Black with #465160

Text Example


Text Example

White with #465160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465160; }

 p { color: rgb(70,81,96); }

 H1.HeaderClassName
 {
   color: #465160;
 }
 .AnyTagClassName
 {
   color: #465160;
 }
</style>

background-color css

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

 a { background-color: rgb(70,81,96); }

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

border-color css

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

 span { border-color: rgb(70,81,96); }

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