Html Css Color HEX #465951 Cape Cod

📋 copy color: '#465951'

red 70 ◦ green 89 ◦ blue 81

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

Shades of Cape Cod #465951

Tints of Cape Cod #465951

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.08%

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

R = 29.17%
G = 37.08%
B = 33.75%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#465951 (or 0x465951) is known color: Cape Cod. HEX triplet: 46, 59 and 51. RGB value is (70,89,81). Sum of RGB (Red+Green+Blue) = 70+89+81=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #465951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465951 is #B9A6AE. Grayscale: #525252. Windows color (decimal): -12166831 or 5331270. OLE color: 5331270.

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

Color convert

RGB 70 89 81 -
CMYK 0.21 0 0.09 0.65
HSL 154.74º 0.12% 0.31% -
HSV(B) 154.74º 0.21% 0.35% -
XYZ 7.58 9.04 9.13 -
YUV 82.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 70 89 81 0.21 0 0.09 0.65 154.74 0.12 0.31
Hex 46 59 51 15 0 9 41 9B C 1F
Octal 106 131 121 25 0 11 101 233 14 37
Binary 1000110 1011001 1010001 10101 0 1001 1000001 10011011 1100 11111

Color Harmonies of #465951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465951

Black with #465951

Text Example


Text Example

White with #465951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465951; }

 p { color: rgb(70,89,81); }

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

background-color css

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

 a { background-color: rgb(70,89,81); }

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

border-color css

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

 span { border-color: rgb(70,89,81); }

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