Html Css Color HEX #46515B Cello

📋 copy color: '#46515B'

red 70 ◦ green 81 ◦ blue 91

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

Shades of Cello #46515B

Tints of Cello #46515B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 37.6%

R = 28.93%
G = 33.47%
B = 37.6%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46515B (or 0x46515B) is known color: Cello. HEX triplet: 46, 51 and 5B. RGB value is (70,81,91). Sum of RGB (Red+Green+Blue) = 70+81+91=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #46515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46515B is #B9AEA4. Grayscale: #4E4E4E. Windows color (decimal): -12168869 or 5984582. OLE color: 5984582.

HSL color Cylindrical-coordinate representation of color #46515B: hue angle of 208.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46515B is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 81 91 -
CMYK 0.23 0.11 0 0.64
HSL 208.57º 0.13% 0.32% -
HSV(B) 208.57º 0.23% 0.36% -
XYZ 7.36 7.94 11.04 -
YUV 78.85 134.86 121.69 -
System Red Green Blue C M Y K H S L
Decimal 70 81 91 0.23 0.11 0 0.64 208.57 0.13 0.32
Hex 46 51 5B 17 B 0 40 D1 D 20
Octal 106 121 133 27 13 0 100 321 15 40
Binary 1000110 1010001 1011011 10111 1011 0 1000000 11010001 1101 100000

Color Harmonies of #46515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46515B

Black with #46515B

Text Example


Text Example

White with #46515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46515B; }

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

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

background-color css

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

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

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

border-color css

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

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

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