Html Css Color HEX #46595D Casal

📋 copy color: '#46595D'

red 70 ◦ green 89 ◦ blue 93

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

Shades of Casal #46595D

Tints of Casal #46595D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 27.78%
G = 35.32%
B = 36.9%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46595D (or 0x46595D) is known color: Casal. HEX triplet: 46, 59 and 5D. RGB value is (70,89,93). Sum of RGB (Red+Green+Blue) = 70+89+93=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #46595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46595D is #B9A6A2. Grayscale: #535353. Windows color (decimal): -12166819 or 6117702. OLE color: 6117702.

HSL color Cylindrical-coordinate representation of color #46595D: hue angle of 190.43º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #46595D is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 89 93 -
CMYK 0.25 0.04 0 0.64
HSL 190.43º 0.14% 0.32% -
HSV(B) 190.43º 0.25% 0.36% -
XYZ 8.07 9.24 11.71 -
YUV 83.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 70 89 93 0.25 0.04 0 0.64 190.43 0.14 0.32
Hex 46 59 5D 19 4 0 40 BE E 20
Octal 106 131 135 31 4 0 100 276 16 40
Binary 1000110 1011001 1011101 11001 100 0 1000000 10111110 1110 100000

Color Harmonies of #46595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46595D

Black with #46595D

Text Example


Text Example

White with #46595D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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