Html Css Color HEX #456D71 Ming

📋 copy color: '#456D71'

red 69 ◦ green 109 ◦ blue 113

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

Shades of Ming #456D71

Tints of Ming #456D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.83%

R = 23.71%
G = 37.46%
B = 38.83%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#456D71 (or 0x456D71) is known color: Ming. HEX triplet: 45, 6D and 71. RGB value is (69,109,113). Sum of RGB (Red+Green+Blue) = 69+109+113=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 113 - color contains mainly: blue. Hex color #456D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D71 is #BA928E. Grayscale: #616161. Windows color (decimal): -12227215 or 7433541. OLE color: 7433541.

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

Color convert

RGB 69 109 113 -
CMYK 0.39 0.04 0 0.56
HSL 185.45º 0.24% 0.36% -
HSV(B) 185.45º 0.39% 0.44% -
XYZ 10.9 13.39 17.63 -
YUV 97.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 69 109 113 0.39 0.04 0 0.56 185.45 0.24 0.36
Hex 45 6D 71 27 4 0 38 B9 18 24
Octal 105 155 161 47 4 0 70 271 30 44
Binary 1000101 1101101 1110001 100111 100 0 111000 10111001 11000 100100

Color Harmonies of #456D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456D71

Black with #456D71

Text Example


Text Example

White with #456D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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