Html Css Color HEX #457674 Ming

📋 copy color: '#457674'

red 69 ◦ green 118 ◦ blue 116

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

Shades of Ming #457674

Tints of Ming #457674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.94%

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 22.77%
G = 38.94%
B = 38.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#457674 (or 0x457674) is known color: Ming. HEX triplet: 45, 76 and 74. RGB value is (69,118,116). Sum of RGB (Red+Green+Blue) = 69+118+116=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #457674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457674 is #BA898B. Grayscale: #676767. Windows color (decimal): -12224908 or 7632453. OLE color: 7632453.

HSL color Cylindrical-coordinate representation of color #457674: hue angle of 177.55º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #457674 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 118 116 -
CMYK 0.42 0 0.02 0.54
HSL 177.55º 0.26% 0.37% -
HSV(B) 177.55º 0.42% 0.46% -
XYZ 12.09 15.48 18.87 -
YUV 103.12 135.27 103.66 -
System Red Green Blue C M Y K H S L
Decimal 69 118 116 0.42 0 0.02 0.54 177.55 0.26 0.37
Hex 45 76 74 2A 0 2 36 B2 1A 25
Octal 105 166 164 52 0 2 66 262 32 45
Binary 1000101 1110110 1110100 101010 0 10 110110 10110010 11010 100101

Color Harmonies of #457674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457674

Black with #457674

Text Example


Text Example

White with #457674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457674; }

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

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

background-color css

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

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

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

border-color css

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

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

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