Html Css Color HEX #457477 Ming

📋 copy color: '#457477'

red 69 ◦ green 116 ◦ blue 119

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

Shades of Ming #457477

Tints of Ming #457477

RGB

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

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

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

R = 22.7%
G = 38.16%
B = 39.14%

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

#457477 (or 0x457477) is known color: Ming. HEX triplet: 45, 74 and 77. RGB value is (69,116,119). Sum of RGB (Red+Green+Blue) = 69+116+119=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 119 - color contains mainly: blue. Hex color #457477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457477 is #BA8B88. Grayscale: #666666. Windows color (decimal): -12225417 or 7828549. OLE color: 7828549.

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

Color convert

RGB 69 116 119 -
CMYK 0.42 0.03 0 0.53
HSL 183.6º 0.27% 0.37% -
HSV(B) 183.6º 0.42% 0.47% -
XYZ 12.03 15.09 19.73 -
YUV 102.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 69 116 119 0.42 0.03 0 0.53 183.6 0.27 0.37
Hex 45 74 77 2A 3 0 35 B8 1B 25
Octal 105 164 167 52 3 0 65 270 33 45
Binary 1000101 1110100 1110111 101010 11 0 110101 10111000 11011 100101

Color Harmonies of #457477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457477

Black with #457477

Text Example


Text Example

White with #457477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457477; }

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

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

background-color css

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

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

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

border-color css

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

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

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