#464F4B

Color #464F4B Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #464F4B

Tints of Cape Cod #464F4B

Color information

#464F4B (or 0x464F4B) is unknown color: approx Cape Cod. HEX triplet: 46, 4F and 4B. RGB value is (70,79,75). Sum of RGB (Red+Green+Blue) = 70+79+75=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 79 - color contains mainly: green. Hex color #464F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F4B is #B9B0B4. Grayscale: #4B4B4B. Windows color (decimal): -12169397 or 4935494. OLE color: 4935494.

HSL color Cylindrical-coordinate representation of color #464F4B: hue angle of 153.33º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #464F4B is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB707975-
CMYK0.1100.050.69
HSL153.33º6.04%29.22%-
HSV(B)153.33º11.39%30.98%-
XYZ6.597.47.74-
YUV75.85127.52123.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=31.25%
G=35.27%
B=33.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7079750.1100.050.69153.336.0429.22
Hex464F4BB05459961d
Octal1061171131305105231635
Binary1000110100111110010111011010110001011001100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464F4B; }

 p { color: rgb(70,79,75); }

 H1.HeaderClassName
 {
   color: #464F4B;
 }
 .AnyTagClassName
 {
   color: #464F4B;
 }
</style>
background-color css

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

 a { background-color: rgb(70,79,75); }

 div.DivClassName
 {
   background-color: #464F4B;
 }
 .BgClassName
 {
   background-color: #464F4B;
 }
</style>
border-color css

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

 span { border-color: rgb(70,79,75); }

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