#466F5B

Color #466F5B Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #466F5B

Tints of Como #466F5B

Color information

#466F5B (or 0x466F5B) is unknown color: approx Como. HEX triplet: 46, 6F and 5B. RGB value is (70,111,91). Sum of RGB (Red+Green+Blue) = 70+111+91=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 111 (43.75% from 255 or 40.81% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 111 - color contains mainly: green. Hex color #466F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F5B is #B990A4. Grayscale: #606060. Windows color (decimal): -12161189 or 5992262. OLE color: 5992262.

HSL color Cylindrical-coordinate representation of color #466F5B: hue angle of 150.73º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #466F5B is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB7011191-
CMYK0.3700.180.56
HSL150.73º22.65%35.49%-
HSV(B)150.73º36.94%43.53%-
XYZ10.113.4311.96-
YUV96.46124.92109.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 111 (43.75% from 255) = 40.81%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=25.74%
G=40.81%
B=33.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70111910.3700.180.56150.7322.6535.49
Hex466F5B2501238971723
Octal10615713345022702272743
Binary1000110110111110110111001010100101110001001011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466F5B; }

 p { color: rgb(70,111,91); }

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

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

 a { background-color: rgb(70,111,91); }

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

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

 span { border-color: rgb(70,111,91); }

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