Html Css Color HEX #46575B Casal

📋 copy color: '#46575B'

red 70 ◦ green 87 ◦ blue 91

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

Shades of Casal #46575B

Tints of Casal #46575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

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

R = 28.23%
G = 35.08%
B = 36.69%

CMYK

 C value IS 0.23

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46575B (or 0x46575B) is known color: Casal. HEX triplet: 46, 57 and 5B. RGB value is (70,87,91). Sum of RGB (Red+Green+Blue) = 70+87+91=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: blue. Hex color #46575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46575B is #B9A8A4. Grayscale: #525252. Windows color (decimal): -12167333 or 5986118. OLE color: 5986118.

HSL color Cylindrical-coordinate representation of color #46575B: hue angle of 191.43º 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 #46575B is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 87 91 -
CMYK 0.23 0.04 0 0.64
HSL 191.43º 0.13% 0.32% -
HSV(B) 191.43º 0.23% 0.36% -
XYZ 7.82 8.87 11.2 -
YUV 82.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 70 87 91 0.23 0.04 0 0.64 191.43 0.13 0.32
Hex 46 57 5B 17 4 0 40 BF D 20
Octal 106 127 133 27 4 0 100 277 15 40
Binary 1000110 1010111 1011011 10111 100 0 1000000 10111111 1101 100000

Color Harmonies of #46575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46575B

Black with #46575B

Text Example


Text Example

White with #46575B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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