Html Css Color HEX #456D72 Ming

📋 copy color: '#456D72'

red 69 ◦ green 109 ◦ blue 114

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

Shades of Ming #456D72

Tints of Ming #456D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.33%

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

R = 23.63%
G = 37.33%
B = 39.04%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#456D72 (or 0x456D72) is known color: Ming. HEX triplet: 45, 6D and 72. RGB value is (69,109,114). Sum of RGB (Red+Green+Blue) = 69+109+114=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #456D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D72 is #BA928D. Grayscale: #616161. Windows color (decimal): -12227214 or 7499077. OLE color: 7499077.

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

Color convert

RGB 69 109 114 -
CMYK 0.39 0.04 0 0.55
HSL 186.67º 0.25% 0.36% -
HSV(B) 186.67º 0.39% 0.45% -
XYZ 10.96 13.42 17.93 -
YUV 97.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 69 109 114 0.39 0.04 0 0.55 186.67 0.25 0.36
Hex 45 6D 72 27 4 0 37 BB 19 24
Octal 105 155 162 47 4 0 67 273 31 44
Binary 1000101 1101101 1110010 100111 100 0 110111 10111011 11001 100100

Color Harmonies of #456D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456D72

Black with #456D72

Text Example


Text Example

White with #456D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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