Html Css Color HEX #495852 Cape Cod

📋 copy color: '#495852'

red 73 ◦ green 88 ◦ blue 82

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

Shades of Cape Cod #495852

Tints of Cape Cod #495852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.21%

 BLUE value IS 82 (32.42% from 255) = 33.74%

R = 30.04%
G = 36.21%
B = 33.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#495852 (or 0x495852) is known color: Cape Cod. HEX triplet: 49, 58 and 52. RGB value is (73,88,82). Sum of RGB (Red+Green+Blue) = 73+88+82=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #495852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495852 is #B6A7AD. Grayscale: #525252. Windows color (decimal): -11970478 or 5396553. OLE color: 5396553.

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

Color convert

RGB 73 88 82 -
CMYK 0.17 0 0.07 0.65
HSL 156º 0.09% 0.32% -
HSV(B) 156º 0.17% 0.35% -
XYZ 7.76 9.01 9.31 -
YUV 82.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 73 88 82 0.17 0 0.07 0.65 156 0.09 0.32
Hex 49 58 52 11 0 7 41 9C 9 20
Octal 111 130 122 21 0 7 101 234 11 40
Binary 1001001 1011000 1010010 10001 0 111 1000001 10011100 1001 100000

Color Harmonies of #495852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495852

Black with #495852

Text Example


Text Example

White with #495852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495852; }

 p { color: rgb(73,88,82); }

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

background-color css

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

 a { background-color: rgb(73,88,82); }

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

border-color css

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

 span { border-color: rgb(73,88,82); }

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