Html Css Color HEX #46595B Casal

📋 copy color: '#46595B'

red 70 ◦ green 89 ◦ blue 91

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

Shades of Casal #46595B

Tints of Casal #46595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.6%

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

R = 28%
G = 35.6%
B = 36.4%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46595B (or 0x46595B) is known color: Casal. HEX triplet: 46, 59 and 5B. RGB value is (70,89,91). Sum of RGB (Red+Green+Blue) = 70+89+91=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #46595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46595B is #B9A6A4. Grayscale: #535353. Windows color (decimal): -12166821 or 5986630. OLE color: 5986630.

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

Color convert

RGB 70 89 91 -
CMYK 0.23 0.02 0 0.64
HSL 185.71º 0.13% 0.32% -
HSV(B) 185.71º 0.23% 0.36% -
XYZ 7.99 9.2 11.25 -
YUV 83.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 70 89 91 0.23 0.02 0 0.64 185.71 0.13 0.32
Hex 46 59 5B 17 2 0 40 BA D 20
Octal 106 131 133 27 2 0 100 272 15 40
Binary 1000110 1011001 1011011 10111 10 0 1000000 10111010 1101 100000

Color Harmonies of #46595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46595B

Black with #46595B

Text Example


Text Example

White with #46595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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