#467858

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

Shades of Como #467858

Tints of Como #467858

Color information

#467858 (or 0x467858) is unknown color: approx Como. HEX triplet: 46, 78 and 58. RGB value is (70,120,88). Sum of RGB (Red+Green+Blue) = 70+120+88=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #467858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467858 is #B987A7. Grayscale: #656565. Windows color (decimal): -12158888 or 5797958. OLE color: 5797958.

HSL color Cylindrical-coordinate representation of color #467858: hue angle of 141.6º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467858 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB7012088-
CMYK0.4200.270.53
HSL141.6º26.32%37.25%-
HSV(B)141.6º41.67%47.06%-
XYZ1115.4411.63-
YUV101.4120.44105.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=25.18%
G=43.17%
B=31.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70120880.4200.270.53141.626.3237.25
Hex4678582A01B358e1a25
Octal10617013052033652163245
Binary1000110111100010110001010100110111101011000111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467858; }

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

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

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

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

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

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

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

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