#457B61

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

Shades of Como #457B61

Tints of Como #457B61

Color information

#457B61 (or 0x457B61) is unknown color: approx Como. HEX triplet: 45, 7B and 61. RGB value is (69,123,97). Sum of RGB (Red+Green+Blue) = 69+123+97=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #457B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457B61 is #BA849E. Grayscale: #676767. Windows color (decimal): -12223647 or 6388549. OLE color: 6388549.

HSL color Cylindrical-coordinate representation of color #457B61: hue angle of 151.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #457B61 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB6912397-
CMYK0.4400.210.52
HSL151.11º28.12%37.65%-
HSV(B)151.11º43.9%48.24%-
XYZ11.6916.2913.84-
YUV103.89124.11103.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 123 (48.44% from 255) = 42.56%
BLUE value IS 97 (38.28% from 255) = 33.56%
R=23.88%
G=42.56%
B=33.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69123970.4400.210.52151.1128.1237.65
Hex457B612C01534971c26
Octal10517314154025642273446
Binary1000101111101111000011011000101011101001001011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,123,97); }

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

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

 a { background-color: rgb(69,123,97); }

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

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

 span { border-color: rgb(69,123,97); }

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