Html Css Color HEX #485650 Cape Cod

📋 copy color: '#485650'

red 72 ◦ green 86 ◦ blue 80

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

Shades of Cape Cod #485650

Tints of Cape Cod #485650

RGB

 RED value IS 72 (28.52% from 255) = 30.25%

 GREEN value IS 86 (33.98% from 255) = 36.13%

 BLUE value IS 80 (31.64% from 255) = 33.61%

R = 30.25%
G = 36.13%
B = 33.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#485650 (or 0x485650) is known color: Cape Cod. HEX triplet: 48, 56 and 50. RGB value is (72,86,80). Sum of RGB (Red+Green+Blue) = 72+86+80=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 86 - color contains mainly: green. Hex color #485650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485650 is #B7A9AF. Grayscale: #515151. Windows color (decimal): -12036528 or 5264968. OLE color: 5264968.

HSL color Cylindrical-coordinate representation of color #485650: hue angle of 154.29º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #485650 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 86 80 -
CMYK 0.16 0 0.07 0.66
HSL 154.29º 0.09% 0.31% -
HSV(B) 154.29º 0.16% 0.34% -
XYZ 7.45 8.61 8.86 -
YUV 81.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 72 86 80 0.16 0 0.07 0.66 154.29 0.09 0.31
Hex 48 56 50 10 0 7 42 9A 9 1F
Octal 110 126 120 20 0 7 102 232 11 37
Binary 1001000 1010110 1010000 10000 0 111 1000010 10011010 1001 11111

Color Harmonies of #485650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485650

Black with #485650

Text Example


Text Example

White with #485650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485650; }

 p { color: rgb(72,86,80); }

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

background-color css

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

 a { background-color: rgb(72,86,80); }

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

border-color css

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

 span { border-color: rgb(72,86,80); }

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