#468564

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

Shades of Como #468564

Tints of Como #468564

Color information

#468564 (or 0x468564) is unknown color: approx Como. HEX triplet: 46, 85 and 64. RGB value is (70,133,100). Sum of RGB (Red+Green+Blue) = 70+133+100=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #468564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468564 is #B97A9B. Grayscale: #6E6E6E. Windows color (decimal): -12155548 or 6587718. OLE color: 6587718.

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

Color convert

RGB70133100-
CMYK0.4700.250.48
HSL148.57º31.03%39.8%-
HSV(B)148.57º47.37%52.16%-
XYZ13.211915.03-
YUV110.4122.1399.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 133 (52.34% from 255) = 43.89%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=23.10%
G=43.89%
B=33.00%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331000.4700.250.48148.5731.0339.8
Hex4685642F01930951f28
Octal10620514457031602253750
Binary10001101000010111001001011110110011100001001010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468564; }

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

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

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

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

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

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

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

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