Html Css Color HEX #456D70 Ming

📋 copy color: '#456D70'

red 69 ◦ green 109 ◦ blue 112

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

Shades of Ming #456D70

Tints of Ming #456D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 23.79%
G = 37.59%
B = 38.62%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#456D70 (or 0x456D70) is known color: Ming. HEX triplet: 45, 6D and 70. RGB value is (69,109,112). Sum of RGB (Red+Green+Blue) = 69+109+112=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #456D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456D70 is #BA928F. Grayscale: #616161. Windows color (decimal): -12227216 or 7368005. OLE color: 7368005.

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

Color convert

RGB 69 109 112 -
CMYK 0.38 0.03 0 0.56
HSL 184.19º 0.24% 0.35% -
HSV(B) 184.19º 0.38% 0.44% -
XYZ 10.85 13.37 17.34 -
YUV 97.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 69 109 112 0.38 0.03 0 0.56 184.19 0.24 0.35
Hex 45 6D 70 26 3 0 38 B8 18 23
Octal 105 155 160 46 3 0 70 270 30 43
Binary 1000101 1101101 1110000 100110 11 0 111000 10111000 11000 100011

Color Harmonies of #456D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456D70

Black with #456D70

Text Example


Text Example

White with #456D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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