#468664

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

Shades of Como #468664

Tints of Como #468664

Color information

#468664 (or 0x468664) is unknown color: approx Como. HEX triplet: 46, 86 and 64. RGB value is (70,134,100). Sum of RGB (Red+Green+Blue) = 70+134+100=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #468664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468664 is #B9799B. Grayscale: #6F6F6F. Windows color (decimal): -12155292 or 6587974. OLE color: 6587974.

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

Color convert

RGB70134100-
CMYK0.4800.250.47
HSL148.12º31.37%40%-
HSV(B)148.12º47.76%52.55%-
XYZ13.3519.2715.07-
YUV110.99121.898.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 134 (52.73% from 255) = 44.08%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=23.03%
G=44.08%
B=32.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701341000.4800.250.47148.1231.3740
Hex468664300192F941f28
Octal10620614460031572243750
Binary10001101000011011001001100000110011011111001010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468664; }

 p { color: rgb(70,134,100); }

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

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

 a { background-color: rgb(70,134,100); }

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

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

 span { border-color: rgb(70,134,100); }

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