#468264

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

Shades of Como #468264

Tints of Como #468264

Color information

#468264 (or 0x468264) is unknown color: approx Como. HEX triplet: 46, 82 and 64. RGB value is (70,130,100). Sum of RGB (Red+Green+Blue) = 70+130+100=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #468264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468264 is #B97D9B. Grayscale: #6C6C6C. Windows color (decimal): -12156316 or 6586950. OLE color: 6586950.

HSL color Cylindrical-coordinate representation of color #468264: hue angle of 150º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468264 is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB70130100-
CMYK0.4600.230.49
HSL150º30%39.22%-
HSV(B)150º46.15%50.98%-
XYZ12.8118.1914.89-
YUV108.64123.12100.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 100 (39.45% from 255) = 33.33%
R=23.33%
G=43.33%
B=33.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal701301000.4600.230.491503039.22
Hex4682642E01731961e27
Octal10620214456027612263647
Binary10001101000001011001001011100101111100011001011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468264; }

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

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

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

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

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

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

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

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