Html Css Color HEX #457479 Ming

📋 copy color: '#457479'

red 69 ◦ green 116 ◦ blue 121

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

Shades of Ming #457479

Tints of Ming #457479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 22.55%
G = 37.91%
B = 39.54%

CMYK

 C value IS 0.43

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#457479 (or 0x457479) is known color: Ming. HEX triplet: 45, 74 and 79. RGB value is (69,116,121). Sum of RGB (Red+Green+Blue) = 69+116+121=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 121 - color contains mainly: blue. Hex color #457479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457479 is #BA8B86. Grayscale: #666666. Windows color (decimal): -12225415 or 7959621. OLE color: 7959621.

HSL color Cylindrical-coordinate representation of color #457479: hue angle of 185.77º 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 #457479 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 116 121 -
CMYK 0.43 0.04 0 0.53
HSL 185.77º 0.27% 0.37% -
HSV(B) 185.77º 0.43% 0.47% -
XYZ 12.15 15.14 20.37 -
YUV 102.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 69 116 121 0.43 0.04 0 0.53 185.77 0.27 0.37
Hex 45 74 79 2B 4 0 35 BA 1B 25
Octal 105 164 171 53 4 0 65 272 33 45
Binary 1000101 1110100 1111001 101011 100 0 110101 10111010 11011 100101

Color Harmonies of #457479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457479

Black with #457479

Text Example


Text Example

White with #457479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457479; }

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

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

background-color css

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

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

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

border-color css

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

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

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