#458463

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

Shades of Como #458463

Tints of Como #458463

Color information

#458463 (or 0x458463) is unknown color: approx Como. HEX triplet: 45, 84 and 63. RGB value is (69,132,99). Sum of RGB (Red+Green+Blue) = 69+132+99=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #458463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458463 is #BA7B9C. Grayscale: #6D6D6D. Windows color (decimal): -12221341 or 6521925. OLE color: 6521925.

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

Color convert

RGB6913299-
CMYK0.4800.250.48
HSL148.57º31.34%39.41%-
HSV(B)148.57º47.73%51.76%-
XYZ12.9618.6714.72-
YUV109.4122.1399.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 99 (39.06% from 255) = 33%
R=23%
G=44%
B=33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69132990.4800.250.48148.5731.3439.41
Hex4584633001930951f27
Octal10520414360031602253747
Binary10001011000010011000111100000110011100001001010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458463; }

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

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

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

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

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

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

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

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