Html Css Color HEX #457878 Ming

📋 copy color: '#457878'

red 69 ◦ green 120 ◦ blue 120

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

Shades of Ming #457878

Tints of Ming #457878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 22.33%
G = 38.83%
B = 38.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#457878 (or 0x457878) is known color: Ming. HEX triplet: 45, 78 and 78. RGB value is (69,120,120). Sum of RGB (Red+Green+Blue) = 69+120+120=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #457878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457878 is #BA8787. Grayscale: #686868. Windows color (decimal): -12224392 or 7895109. OLE color: 7895109.

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

Color convert

RGB 69 120 120 -
CMYK 0.42 0 0 0.53
HSL 180º 0.27% 0.37% -
HSV(B) 180º 0.43% 0.47% -
XYZ 12.56 16.05 20.21 -
YUV 104.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 69 120 120 0.42 0 0 0.53 180 0.27 0.37
Hex 45 78 78 2A 0 0 35 B4 1B 25
Octal 105 170 170 52 0 0 65 264 33 45
Binary 1000101 1111000 1111000 101010 0 0 110101 10110100 11011 100101

Color Harmonies of #457878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #457878

Black with #457878

Text Example


Text Example

White with #457878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #457878; }

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

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

background-color css

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

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

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

border-color css

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

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

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