Html Css Color HEX #457572 Ming

📋 copy color: '#457572'

red 69 ◦ green 117 ◦ blue 114

#457572
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #457572

Tints of Ming #457572

RGB

 RED value IS 69 (27.34% from 255) = 23%

 GREEN value IS 117 (46.09% from 255) = 39%

 BLUE value IS 114 (44.92% from 255) = 38%

R = 23%
G = 39%
B = 38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#457572 (or 0x457572) is known color: Ming. HEX triplet: 45, 75 and 72. RGB value is (69,117,114). Sum of RGB (Red+Green+Blue) = 69+117+114=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 117 - color contains mainly: green. Hex color #457572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457572 is #BA8A8D. Grayscale: #666666. Windows color (decimal): -12225166 or 7501125. OLE color: 7501125.

HSL color Cylindrical-coordinate representation of color #457572: hue angle of 176.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457572 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 117 114 -
CMYK 0.41 0 0.03 0.54
HSL 176.25º 0.26% 0.36% -
HSV(B) 176.25º 0.41% 0.46% -
XYZ 11.85 15.2 18.23 -
YUV 102.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 69 117 114 0.41 0 0.03 0.54 176.25 0.26 0.36
Hex 45 75 72 29 0 3 36 B0 1A 24
Octal 105 165 162 51 0 3 66 260 32 44
Binary 1000101 1110101 1110010 101001 0 11 110110 10110000 11010 100100

Color Harmonies of #457572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457572

Black with #457572

Text Example


Text Example

White with #457572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457572; }

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

 H1.HeaderClassName
 {
   color: #457572;
 }
 .AnyTagClassName
 {
   color: #457572;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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