Html Css Color HEX #457071 Ming

📋 copy color: '#457071'

red 69 ◦ green 112 ◦ blue 113

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

Shades of Ming #457071

Tints of Ming #457071

RGB

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

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

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

R = 23.47%
G = 38.1%
B = 38.44%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#457071 (or 0x457071) is known color: Ming. HEX triplet: 45, 70 and 71. RGB value is (69,112,113). Sum of RGB (Red+Green+Blue) = 69+112+113=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 113 - color contains mainly: blue. Hex color #457071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457071 is #BA8F8E. Grayscale: #636363. Windows color (decimal): -12226447 or 7434309. OLE color: 7434309.

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

Color convert

RGB 69 112 113 -
CMYK 0.39 0.01 0 0.56
HSL 181.36º 0.24% 0.36% -
HSV(B) 181.36º 0.39% 0.44% -
XYZ 11.23 14.05 17.74 -
YUV 99.26 135.75 106.42 -
System Red Green Blue C M Y K H S L
Decimal 69 112 113 0.39 0.01 0 0.56 181.36 0.24 0.36
Hex 45 70 71 27 1 0 38 B5 18 24
Octal 105 160 161 47 1 0 70 265 30 44
Binary 1000101 1110000 1110001 100111 1 0 111000 10110101 11000 100100

Color Harmonies of #457071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457071

Black with #457071

Text Example


Text Example

White with #457071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457071; }

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

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

background-color css

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

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

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

border-color css

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

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

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