Html Css Color HEX #46505F Cello

📋 copy color: '#46505F'

red 70 ◦ green 80 ◦ blue 95

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

Shades of Cello #46505F

Tints of Cello #46505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.65%

 BLUE value IS 95 (37.5% from 255) = 38.78%

R = 28.57%
G = 32.65%
B = 38.78%

CMYK

 C value IS 0.26

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46505F (or 0x46505F) is known color: Cello. HEX triplet: 46, 50 and 5F. RGB value is (70,80,95). Sum of RGB (Red+Green+Blue) = 70+80+95=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #46505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46505F is #B9AFA0. Grayscale: #4E4E4E. Windows color (decimal): -12169121 or 6246470. OLE color: 6246470.

HSL color Cylindrical-coordinate representation of color #46505F: hue angle of 216º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46505F is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 80 95 -
CMYK 0.26 0.16 0 0.63
HSL 216º 0.15% 0.32% -
HSV(B) 216º 0.26% 0.37% -
XYZ 7.46 7.87 11.95 -
YUV 78.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 70 80 95 0.26 0.16 0 0.63 216 0.15 0.32
Hex 46 50 5F 1A 10 0 3F D8 F 20
Octal 106 120 137 32 20 0 77 330 17 40
Binary 1000110 1010000 1011111 11010 10000 0 111111 11011000 1111 100000

Color Harmonies of #46505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46505F

Black with #46505F

Text Example


Text Example

White with #46505F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46505F; }

 p { color: rgb(70,80,95); }

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

background-color css

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

 a { background-color: rgb(70,80,95); }

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

border-color css

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

 span { border-color: rgb(70,80,95); }

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