Html Css Color HEX #485850 Cape Cod

📋 copy color: '#485850'

red 72 ◦ green 88 ◦ blue 80

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

Shades of Cape Cod #485850

Tints of Cape Cod #485850

RGB

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

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

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

R = 30%
G = 36.67%
B = 33.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#485850 (or 0x485850) is known color: Cape Cod. HEX triplet: 48, 58 and 50. RGB value is (72,88,80). Sum of RGB (Red+Green+Blue) = 72+88+80=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #485850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485850 is #B7A7AF. Grayscale: #525252. Windows color (decimal): -12036016 or 5265480. OLE color: 5265480.

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

Color convert

RGB 72 88 80 -
CMYK 0.18 0 0.09 0.65
HSL 150º 0.1% 0.31% -
HSV(B) 150º 0.18% 0.35% -
XYZ 7.61 8.94 8.91 -
YUV 82.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 72 88 80 0.18 0 0.09 0.65 150 0.1 0.31
Hex 48 58 50 12 0 9 41 96 A 1F
Octal 110 130 120 22 0 11 101 226 12 37
Binary 1001000 1011000 1010000 10010 0 1001 1000001 10010110 1010 11111

Color Harmonies of #485850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485850

Black with #485850

Text Example


Text Example

White with #485850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485850; }

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

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

background-color css

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

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

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

border-color css

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

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

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