Html Css Color HEX #457377 Ming

📋 copy color: '#457377'

red 69 ◦ green 115 ◦ blue 119

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

Shades of Ming #457377

Tints of Ming #457377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.27%

R = 22.77%
G = 37.95%
B = 39.27%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#457377 (or 0x457377) is known color: Ming. HEX triplet: 45, 73 and 77. RGB value is (69,115,119). Sum of RGB (Red+Green+Blue) = 69+115+119=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #457377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457377 is #BA8C88. Grayscale: #656565. Windows color (decimal): -12225673 or 7828293. OLE color: 7828293.

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

Color convert

RGB 69 115 119 -
CMYK 0.42 0.03 0 0.53
HSL 184.8º 0.27% 0.37% -
HSV(B) 184.8º 0.42% 0.47% -
XYZ 11.91 14.86 19.69 -
YUV 101.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 69 115 119 0.42 0.03 0 0.53 184.8 0.27 0.37
Hex 45 73 77 2A 3 0 35 B9 1B 25
Octal 105 163 167 52 3 0 65 271 33 45
Binary 1000101 1110011 1110111 101010 11 0 110101 10111001 11011 100101

Color Harmonies of #457377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457377

Black with #457377

Text Example


Text Example

White with #457377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457377; }

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

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

background-color css

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

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

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

border-color css

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

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

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