Html Css Color HEX #465650 Cape Cod

📋 copy color: '#465650'

red 70 ◦ green 86 ◦ blue 80

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

Shades of Cape Cod #465650

Tints of Cape Cod #465650

RGB

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

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

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

R = 29.66%
G = 36.44%
B = 33.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#465650 (or 0x465650) is known color: Cape Cod. HEX triplet: 46, 56 and 50. RGB value is (70,86,80). Sum of RGB (Red+Green+Blue) = 70+86+80=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 86 - color contains mainly: green. Hex color #465650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465650 is #B9A9AF. Grayscale: #505050. Windows color (decimal): -12167600 or 5264966. OLE color: 5264966.

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

Color convert

RGB 70 86 80 -
CMYK 0.19 0 0.07 0.66
HSL 157.5º 0.1% 0.31% -
HSV(B) 157.5º 0.19% 0.34% -
XYZ 7.3 8.54 8.85 -
YUV 80.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 70 86 80 0.19 0 0.07 0.66 157.5 0.1 0.31
Hex 46 56 50 13 0 7 42 9E A 1F
Octal 106 126 120 23 0 7 102 236 12 37
Binary 1000110 1010110 1010000 10011 0 111 1000010 10011110 1010 11111

Color Harmonies of #465650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465650

Black with #465650

Text Example


Text Example

White with #465650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465650; }

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

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

background-color css

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

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

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

border-color css

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

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

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