Html Css Color HEX #485751 Cape Cod

📋 copy color: '#485751'

red 72 ◦ green 87 ◦ blue 81

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

Shades of Cape Cod #485751

Tints of Cape Cod #485751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.75%

R = 30%
G = 36.25%
B = 33.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#485751 (or 0x485751) is known color: Cape Cod. HEX triplet: 48, 57 and 51. RGB value is (72,87,81). Sum of RGB (Red+Green+Blue) = 72+87+81=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 87 - color contains mainly: green. Hex color #485751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485751 is #B7A8AE. Grayscale: #515151. Windows color (decimal): -12036271 or 5330760. OLE color: 5330760.

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

Color convert

RGB 72 87 81 -
CMYK 0.17 0 0.07 0.66
HSL 156º 0.09% 0.31% -
HSV(B) 156º 0.17% 0.34% -
XYZ 7.57 8.79 9.08 -
YUV 81.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 72 87 81 0.17 0 0.07 0.66 156 0.09 0.31
Hex 48 57 51 11 0 7 42 9C 9 1F
Octal 110 127 121 21 0 7 102 234 11 37
Binary 1001000 1010111 1010001 10001 0 111 1000010 10011100 1001 11111

Color Harmonies of #485751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485751

Black with #485751

Text Example


Text Example

White with #485751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485751; }

 p { color: rgb(72,87,81); }

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

background-color css

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

 a { background-color: rgb(72,87,81); }

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

border-color css

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

 span { border-color: rgb(72,87,81); }

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