Html Css Color HEX #457073 Ming

📋 copy color: '#457073'

red 69 ◦ green 112 ◦ blue 115

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

Shades of Ming #457073

Tints of Ming #457073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 23.31%
G = 37.84%
B = 38.85%

CMYK

 C value IS 0.4

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#457073 (or 0x457073) is known color: Ming. HEX triplet: 45, 70 and 73. RGB value is (69,112,115). Sum of RGB (Red+Green+Blue) = 69+112+115=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #457073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457073 is #BA8F8C. Grayscale: #636363. Windows color (decimal): -12226445 or 7565381. OLE color: 7565381.

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

Color convert

RGB 69 112 115 -
CMYK 0.4 0.03 0 0.55
HSL 183.91º 0.25% 0.36% -
HSV(B) 183.91º 0.4% 0.45% -
XYZ 11.34 14.09 18.34 -
YUV 99.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 69 112 115 0.4 0.03 0 0.55 183.91 0.25 0.36
Hex 45 70 73 28 3 0 37 B8 19 24
Octal 105 160 163 50 3 0 67 270 31 44
Binary 1000101 1110000 1110011 101000 11 0 110111 10111000 11001 100100

Color Harmonies of #457073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457073

Black with #457073

Text Example


Text Example

White with #457073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457073; }

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

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

background-color css

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

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

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

border-color css

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

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

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