#457E62

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

Shades of Como #457E62

Tints of Como #457E62

Color information

#457E62 (or 0x457E62) is unknown color: approx Como. HEX triplet: 45, 7E and 62. RGB value is (69,126,98). Sum of RGB (Red+Green+Blue) = 69+126+98=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 126 (49.61% from 255 or 43.00% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 126 - color contains mainly: green. Hex color #457E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457E62 is #BA819D. Grayscale: #696969. Windows color (decimal): -12222878 or 6454853. OLE color: 6454853.

HSL color Cylindrical-coordinate representation of color #457E62: hue angle of 150.53º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457E62 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB6912698-
CMYK0.4500.220.51
HSL150.53º29.23%38.24%-
HSV(B)150.53º45.24%49.41%-
XYZ12.1217.0714.21-
YUV105.76123.62101.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 126 (49.61% from 255) = 43.00%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=23.55%
G=43.00%
B=33.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69126980.4500.220.51150.5329.2338.24
Hex457E622D01633971d26
Octal10517614255026632273546
Binary1000101111111011000101011010101101100111001011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457E62; }

 p { color: rgb(69,126,98); }

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

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

 a { background-color: rgb(69,126,98); }

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

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

 span { border-color: rgb(69,126,98); }

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