#467055

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

Shades of Como #467055

Tints of Como #467055

Color information

#467055 (or 0x467055) is unknown color: approx Como. HEX triplet: 46, 70 and 55. RGB value is (70,112,85). Sum of RGB (Red+Green+Blue) = 70+112+85=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #467055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467055 is #B98FAA. Grayscale: #606060. Windows color (decimal): -12160939 or 5599302. OLE color: 5599302.

HSL color Cylindrical-coordinate representation of color #467055: hue angle of 141.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467055 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB7011285-
CMYK0.3800.240.56
HSL141.43º23.08%35.69%-
HSV(B)141.43º37.5%43.92%-
XYZ9.9613.5510.68-
YUV96.36121.59109.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=26.22%
G=41.95%
B=31.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70112850.3800.240.56141.4323.0835.69
Hex46705526018388d1724
Octal10616012546030702152744
Binary1000110111000010101011001100110001110001000110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467055; }

 p { color: rgb(70,112,85); }

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

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

 a { background-color: rgb(70,112,85); }

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

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

 span { border-color: rgb(70,112,85); }

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