Html Css Color HEX #457379 Ming

📋 copy color: '#457379'

red 69 ◦ green 115 ◦ blue 121

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

Shades of Ming #457379

Tints of Ming #457379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.67%

R = 22.62%
G = 37.7%
B = 39.67%

CMYK

 C value IS 0.43

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#457379 (or 0x457379) is known color: Ming. HEX triplet: 45, 73 and 79. RGB value is (69,115,121). Sum of RGB (Red+Green+Blue) = 69+115+121=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #457379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457379 is #BA8C86. Grayscale: #656565. Windows color (decimal): -12225671 or 7959365. OLE color: 7959365.

HSL color Cylindrical-coordinate representation of color #457379: hue angle of 186.92º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457379 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 115 121 -
CMYK 0.43 0.05 0 0.53
HSL 186.92º 0.27% 0.37% -
HSV(B) 186.92º 0.43% 0.47% -
XYZ 12.04 14.91 20.33 -
YUV 101.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 69 115 121 0.43 0.05 0 0.53 186.92 0.27 0.37
Hex 45 73 79 2B 5 0 35 BB 1B 25
Octal 105 163 171 53 5 0 65 273 33 45
Binary 1000101 1110011 1111001 101011 101 0 110101 10111011 11011 100101

Color Harmonies of #457379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457379

Black with #457379

Text Example


Text Example

White with #457379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457379; }

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

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

background-color css

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

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

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

border-color css

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

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

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