Html Css Color HEX #457070 Ming

📋 copy color: '#457070'

red 69 ◦ green 112 ◦ blue 112

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

Shades of Ming #457070

Tints of Ming #457070

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

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

R = 23.55%
G = 38.23%
B = 38.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#457070 (or 0x457070) is known color: Ming. HEX triplet: 45, 70 and 70. RGB value is (69,112,112). Sum of RGB (Red+Green+Blue) = 69+112+112=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #457070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457070 is #BA8F8F. Grayscale: #636363. Windows color (decimal): -12226448 or 7368773. OLE color: 7368773.

HSL color Cylindrical-coordinate representation of color #457070: hue angle of 180º 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 #457070 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 112 112 -
CMYK 0.38 0 0 0.56
HSL 180º 0.24% 0.35% -
HSV(B) 180º 0.38% 0.44% -
XYZ 11.17 14.02 17.45 -
YUV 99.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 69 112 112 0.38 0 0 0.56 180 0.24 0.35
Hex 45 70 70 26 0 0 38 B4 18 23
Octal 105 160 160 46 0 0 70 264 30 43
Binary 1000101 1110000 1110000 100110 0 0 111000 10110100 11000 100011

Color Harmonies of #457070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457070

Black with #457070

Text Example


Text Example

White with #457070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457070; }

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

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

background-color css

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

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

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

border-color css

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

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

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