Html Css Color HEX #46595C Casal

📋 copy color: '#46595C'

red 70 ◦ green 89 ◦ blue 92

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

Shades of Casal #46595C

Tints of Casal #46595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.65%

R = 27.89%
G = 35.46%
B = 36.65%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46595C (or 0x46595C) is known color: Casal. HEX triplet: 46, 59 and 5C. RGB value is (70,89,92). Sum of RGB (Red+Green+Blue) = 70+89+92=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 89 (35.16% from 255 or 35.46% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 92 - color contains mainly: blue. Hex color #46595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46595C is #B9A6A3. Grayscale: #535353. Windows color (decimal): -12166820 or 6052166. OLE color: 6052166.

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

Color convert

RGB 70 89 92 -
CMYK 0.24 0.03 0 0.64
HSL 188.18º 0.14% 0.32% -
HSV(B) 188.18º 0.24% 0.36% -
XYZ 8.03 9.22 11.48 -
YUV 83.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 70 89 92 0.24 0.03 0 0.64 188.18 0.14 0.32
Hex 46 59 5C 18 3 0 40 BC E 20
Octal 106 131 134 30 3 0 100 274 16 40
Binary 1000110 1011001 1011100 11000 11 0 1000000 10111100 1110 100000

Color Harmonies of #46595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46595C

Black with #46595C

Text Example


Text Example

White with #46595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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