Html Css Color HEX #465750 Cape Cod

📋 copy color: '#465750'

red 70 ◦ green 87 ◦ blue 80

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

Shades of Cape Cod #465750

Tints of Cape Cod #465750

RGB

 RED value IS 70 (27.73% from 255) = 29.54%

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

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

R = 29.54%
G = 36.71%
B = 33.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#465750 (or 0x465750) is known color: Cape Cod. HEX triplet: 46, 57 and 50. RGB value is (70,87,80). Sum of RGB (Red+Green+Blue) = 70+87+80=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 87 (34.38% from 255 or 36.71% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 87 - color contains mainly: green. Hex color #465750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465750 is #B9A8AF. Grayscale: #515151. Windows color (decimal): -12167344 or 5265222. OLE color: 5265222.

HSL color Cylindrical-coordinate representation of color #465750: hue angle of 155.29º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465750 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 87 80 -
CMYK 0.20 0 0.08 0.66
HSL 155.29º 0.11% 0.31% -
HSV(B) 155.29º 0.2% 0.34% -
XYZ 7.38 8.7 8.88 -
YUV 81.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 70 87 80 0.20 0 0.08 0.66 155.29 0.11 0.31
Hex 46 57 50 14 0 8 42 9B B 1F
Octal 106 127 120 24 0 10 102 233 13 37
Binary 1000110 1010111 1010000 10100 0 1000 1000010 10011011 1011 11111

Color Harmonies of #465750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465750

Black with #465750

Text Example


Text Example

White with #465750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465750; }

 p { color: rgb(70,87,80); }

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

background-color css

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

 a { background-color: rgb(70,87,80); }

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

border-color css

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

 span { border-color: rgb(70,87,80); }

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