Html Css Color HEX #495159 Cello

📋 copy color: '#495159'

red 73 ◦ green 81 ◦ blue 89

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

Shades of Cello #495159

Tints of Cello #495159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.33%

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

R = 30.04%
G = 33.33%
B = 36.63%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#495159 (or 0x495159) is known color: Cello. HEX triplet: 49, 51 and 59. RGB value is (73,81,89). Sum of RGB (Red+Green+Blue) = 73+81+89=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #495159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495159 is #B6AEA6. Grayscale: #4F4F4F. Windows color (decimal): -11972263 or 5853513. OLE color: 5853513.

HSL color Cylindrical-coordinate representation of color #495159: hue angle of 210º 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 #495159 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 81 89 -
CMYK 0.18 0.09 0 0.65
HSL 210º 0.1% 0.32% -
HSV(B) 210º 0.18% 0.35% -
XYZ 7.49 8.02 10.6 -
YUV 79.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 73 81 89 0.18 0.09 0 0.65 210 0.1 0.32
Hex 49 51 59 12 9 0 41 D2 A 20
Octal 111 121 131 22 11 0 101 322 12 40
Binary 1001001 1010001 1011001 10010 1001 0 1000001 11010010 1010 100000

Color Harmonies of #495159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495159

Black with #495159

Text Example


Text Example

White with #495159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495159; }

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

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

background-color css

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

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

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

border-color css

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

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

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