#458863

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

Shades of Como #458863

Tints of Como #458863

Color information

#458863 (or 0x458863) is unknown color: approx Como. HEX triplet: 45, 88 and 63. RGB value is (69,136,99). Sum of RGB (Red+Green+Blue) = 69+136+99=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #458863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458863 is #BA779C. Grayscale: #6F6F6F. Windows color (decimal): -12220317 or 6522949. OLE color: 6522949.

HSL color Cylindrical-coordinate representation of color #458863: hue angle of 146.87º degrees, saturation: 0.33, 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 #458863 is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB6913699-
CMYK0.4900.270.47
HSL146.87º32.68%40.2%-
HSV(B)146.87º49.26%53.33%-
XYZ13.5119.7714.91-
YUV111.75120.897.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=22.70%
G=44.74%
B=32.57%

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
Decimal69136990.4900.270.47146.8732.6840.2
Hex4588633101B2F932128
Octal10521014361033572234150
Binary100010110001000110001111000101101110111110010011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458863; }

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

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

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

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

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

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

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

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