#468863

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

Shades of Como #468863

Tints of Como #468863

Color information

#468863 (or 0x468863) is unknown color: approx Como. HEX triplet: 46, 88 and 63. RGB value is (70,136,99). Sum of RGB (Red+Green+Blue) = 70+136+99=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #468863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468863 is #B9779C. Grayscale: #707070. Windows color (decimal): -12154781 or 6522950. OLE color: 6522950.

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

Color convert

RGB7013699-
CMYK0.4900.270.47
HSL146.36º32.04%40.39%-
HSV(B)146.36º48.53%53.33%-
XYZ13.5819.8114.91-
YUV112.05120.6398.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=22.95%
G=44.59%
B=32.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal70136990.4900.270.47146.3632.0440.39
Hex4688633101B2F922028
Octal10621014361033572224050
Binary100011010001000110001111000101101110111110010010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468863; }

 p { color: rgb(70,136,99); }

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

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

 a { background-color: rgb(70,136,99); }

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

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

 span { border-color: rgb(70,136,99); }

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