#457274

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

Shades of Ming #457274

Tints of Ming #457274

Color information

#457274 (or 0x457274) is unknown color: approx Ming. HEX triplet: 45, 72 and 74. RGB value is (69,114,116). Sum of RGB (Red+Green+Blue) = 69+114+116=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 116 - color contains mainly: blue. Hex color #457274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457274 is #BA8D8B. Grayscale: #646464. Windows color (decimal): -12225932 or 7631429. OLE color: 7631429.

HSL color Cylindrical-coordinate representation of color #457274: hue angle of 182.55º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457274 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB69114116-
CMYK0.410.0200.55
HSL182.55º25.41%36.27%-
HSV(B)182.55º40.52%45.49%-
XYZ11.6214.5618.72-
YUV100.77136.59105.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 116 (45.70% from 255) = 38.80%
R=23.08%
G=38.13%
B=38.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691141160.410.0200.55182.5525.4136.27
Hex457274292037b71924
Octal1051621645120672673144
Binary1000101111001011101001010011001101111011011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457274; }

 p { color: rgb(69,114,116); }

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

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

 a { background-color: rgb(69,114,116); }

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

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

 span { border-color: rgb(69,114,116); }

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