Html Css Color HEX #465852 Cape Cod

📋 copy color: '#465852'

red 70 ◦ green 88 ◦ blue 82

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

Shades of Cape Cod #465852

Tints of Cape Cod #465852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.17%

R = 29.17%
G = 36.67%
B = 34.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#465852 (or 0x465852) is known color: Cape Cod. HEX triplet: 46, 58 and 52. RGB value is (70,88,82). Sum of RGB (Red+Green+Blue) = 70+88+82=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #465852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465852 is #B9A7AD. Grayscale: #515151. Windows color (decimal): -12167086 or 5396550. OLE color: 5396550.

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

Color convert

RGB 70 88 82 -
CMYK 0.20 0 0.07 0.65
HSL 160º 0.11% 0.31% -
HSV(B) 160º 0.2% 0.35% -
XYZ 7.54 8.89 9.3 -
YUV 81.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 70 88 82 0.20 0 0.07 0.65 160 0.11 0.31
Hex 46 58 52 14 0 7 41 A0 B 1F
Octal 106 130 122 24 0 7 101 240 13 37
Binary 1000110 1011000 1010010 10100 0 111 1000001 10100000 1011 11111

Color Harmonies of #465852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465852

Black with #465852

Text Example


Text Example

White with #465852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465852; }

 p { color: rgb(70,88,82); }

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

background-color css

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

 a { background-color: rgb(70,88,82); }

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

border-color css

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

 span { border-color: rgb(70,88,82); }

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