Html Css Color HEX #495759 Casal

📋 copy color: '#495759'

red 73 ◦ green 87 ◦ blue 89

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

Shades of Casal #495759

Tints of Casal #495759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.74%

R = 29.32%
G = 34.94%
B = 35.74%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#495759 (or 0x495759) is known color: Casal. HEX triplet: 49, 57 and 59. RGB value is (73,87,89). Sum of RGB (Red+Green+Blue) = 73+87+89=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #495759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495759 is #B6A8A6. Grayscale: #535353. Windows color (decimal): -11970727 or 5855049. OLE color: 5855049.

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

Color convert

RGB 73 87 89 -
CMYK 0.18 0.02 0 0.65
HSL 187.5º 0.1% 0.32% -
HSV(B) 187.5º 0.18% 0.35% -
XYZ 7.96 8.95 10.76 -
YUV 83.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 73 87 89 0.18 0.02 0 0.65 187.5 0.1 0.32
Hex 49 57 59 12 2 0 41 BC A 20
Octal 111 127 131 22 2 0 101 274 12 40
Binary 1001001 1010111 1011001 10010 10 0 1000001 10111100 1010 100000

Color Harmonies of #495759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495759

Black with #495759

Text Example


Text Example

White with #495759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495759; }

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

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

background-color css

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

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

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

border-color css

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

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

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