Html Css Color HEX #49575A Casal

📋 copy color: '#49575A'

red 73 ◦ green 87 ◦ blue 90

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

Shades of Casal #49575A

Tints of Casal #49575A

RGB

 RED value IS 73 (28.91% from 255) = 29.2%

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

 BLUE value IS 90 (35.55% from 255) = 36%

R = 29.2%
G = 34.8%
B = 36%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#49575A (or 0x49575A) is known color: Casal. HEX triplet: 49, 57 and 5A. RGB value is (73,87,90). Sum of RGB (Red+Green+Blue) = 73+87+90=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: blue. Hex color #49575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49575A is #B6A8A5. Grayscale: #535353. Windows color (decimal): -11970726 or 5920585. OLE color: 5920585.

HSL color Cylindrical-coordinate representation of color #49575A: hue angle of 190.59º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #49575A is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 87 90 -
CMYK 0.19 0.03 0 0.65
HSL 190.59º 0.1% 0.32% -
HSV(B) 190.59º 0.19% 0.35% -
XYZ 8 8.97 10.98 -
YUV 83.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 73 87 90 0.19 0.03 0 0.65 190.59 0.1 0.32
Hex 49 57 5A 13 3 0 41 BF A 20
Octal 111 127 132 23 3 0 101 277 12 40
Binary 1001001 1010111 1011010 10011 11 0 1000001 10111111 1010 100000

Color Harmonies of #49575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49575A

Black with #49575A

Text Example


Text Example

White with #49575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49575A; }

 p { color: rgb(73,87,90); }

 H1.HeaderClassName
 {
   color: #49575A;
 }
 .AnyTagClassName
 {
   color: #49575A;
 }
</style>

background-color css

<style>
 a { background-color: #49575A; }

 a { background-color: rgb(73,87,90); }

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

border-color css

<style>
 span { border-color: #49575A; }

 span { border-color: rgb(73,87,90); }

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