Html Css Color HEX #457373 Ming

📋 copy color: '#457373'

red 69 ◦ green 115 ◦ blue 115

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

Shades of Ming #457373

Tints of Ming #457373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.46%

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

R = 23.08%
G = 38.46%
B = 38.46%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#457373 (or 0x457373) is known color: Ming. HEX triplet: 45, 73 and 73. RGB value is (69,115,115). Sum of RGB (Red+Green+Blue) = 69+115+115=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #457373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457373 is #BA8C8C. Grayscale: #656565. Windows color (decimal): -12225677 or 7566149. OLE color: 7566149.

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

Color convert

RGB 69 115 115 -
CMYK 0.4 0 0 0.55
HSL 180º 0.25% 0.36% -
HSV(B) 180º 0.4% 0.45% -
XYZ 11.68 14.76 18.45 -
YUV 101.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 69 115 115 0.4 0 0 0.55 180 0.25 0.36
Hex 45 73 73 28 0 0 37 B4 19 24
Octal 105 163 163 50 0 0 67 264 31 44
Binary 1000101 1110011 1110011 101000 0 0 110111 10110100 11001 100100

Color Harmonies of #457373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457373

Black with #457373

Text Example


Text Example

White with #457373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457373; }

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

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

background-color css

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

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

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

border-color css

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

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

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