#467558

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

Shades of Como #467558

Tints of Como #467558

Color information

#467558 (or 0x467558) is unknown color: approx Como. HEX triplet: 46, 75 and 58. RGB value is (70,117,88). Sum of RGB (Red+Green+Blue) = 70+117+88=275 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.45% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #467558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467558 is #B98AA7. Grayscale: #636363. Windows color (decimal): -12159656 or 5797190. OLE color: 5797190.

HSL color Cylindrical-coordinate representation of color #467558: hue angle of 142.98º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467558 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB7011788-
CMYK0.4000.250.54
HSL142.98º25.13%36.67%-
HSV(B)142.98º40.17%45.88%-
XYZ10.6514.7311.51-
YUV99.64121.43106.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.45%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 88 (34.77% from 255) = 32%
R=25.45%
G=42.55%
B=32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70117880.4000.250.54142.9825.1336.67
Hex46755828019368f1925
Octal10616513050031662173145
Binary1000110111010110110001010000110011101101000111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467558; }

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

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

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

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

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

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

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

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