#467B5F

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

Shades of Como #467B5F

Tints of Como #467B5F

Color information

#467B5F (or 0x467B5F) is unknown color: approx Como. HEX triplet: 46, 7B and 5F. RGB value is (70,123,95). Sum of RGB (Red+Green+Blue) = 70+123+95=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 123 - color contains mainly: green. Hex color #467B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467B5F is #B984A0. Grayscale: #686868. Windows color (decimal): -12158113 or 6257478. OLE color: 6257478.

HSL color Cylindrical-coordinate representation of color #467B5F: hue angle of 148.3º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467B5F is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB7012395-
CMYK0.4300.230.52
HSL148.3º27.46%37.84%-
HSV(B)148.3º43.09%48.24%-
XYZ11.6716.2913.36-
YUV103.96122.94103.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 123 (48.44% from 255) = 42.71%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=24.31%
G=42.71%
B=32.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70123950.4300.230.52148.327.4637.84
Hex467B5F2B01734941b26
Octal10617313753027642243346
Binary1000110111101110111111010110101111101001001010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467B5F; }

 p { color: rgb(70,123,95); }

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

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

 a { background-color: rgb(70,123,95); }

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

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

 span { border-color: rgb(70,123,95); }

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