Html Css Color HEX #457874 Ming

📋 copy color: '#457874'

red 69 ◦ green 120 ◦ blue 116

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

Shades of Ming #457874

Tints of Ming #457874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 22.62%
G = 39.34%
B = 38.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#457874 (or 0x457874) is known color: Ming. HEX triplet: 45, 78 and 74. RGB value is (69,120,116). Sum of RGB (Red+Green+Blue) = 69+120+116=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 116 (45.70% from 255 or 38.03% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #457874 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457874 is #BA878B. Grayscale: #686868. Windows color (decimal): -12224396 or 7632965. OLE color: 7632965.

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

Color convert

RGB 69 120 116 -
CMYK 0.42 0 0.03 0.53
HSL 175.29º 0.27% 0.37% -
HSV(B) 175.29º 0.43% 0.47% -
XYZ 12.32 15.96 18.95 -
YUV 104.3 134.6 102.83 -
System Red Green Blue C M Y K H S L
Decimal 69 120 116 0.42 0 0.03 0.53 175.29 0.27 0.37
Hex 45 78 74 2A 0 3 35 AF 1B 25
Octal 105 170 164 52 0 3 65 257 33 45
Binary 1000101 1111000 1110100 101010 0 11 110101 10101111 11011 100101

Color Harmonies of #457874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457874

Black with #457874

Text Example


Text Example

White with #457874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457874; }

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

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

background-color css

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

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

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

border-color css

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

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

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