Html Css Color HEX #477378 Ming

📋 copy color: '#477378'

red 71 ◦ green 115 ◦ blue 120

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

Shades of Ming #477378

Tints of Ming #477378

RGB

 RED value IS 71 (28.13% from 255) = 23.2%

 GREEN value IS 115 (45.31% from 255) = 37.58%

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

R = 23.2%
G = 37.58%
B = 39.22%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#477378 (or 0x477378) is known color: Ming. HEX triplet: 47, 73 and 78. RGB value is (71,115,120). Sum of RGB (Red+Green+Blue) = 71+115+120=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #477378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477378 is #B88C87. Grayscale: #666666. Windows color (decimal): -12094600 or 7893831. OLE color: 7893831.

HSL color Cylindrical-coordinate representation of color #477378: hue angle of 186.12º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #477378 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 115 120 -
CMYK 0.41 0.04 0 0.53
HSL 186.12º 0.26% 0.37% -
HSV(B) 186.12º 0.41% 0.47% -
XYZ 12.12 14.96 20.02 -
YUV 102.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 71 115 120 0.41 0.04 0 0.53 186.12 0.26 0.37
Hex 47 73 78 29 4 0 35 BA 1A 25
Octal 107 163 170 51 4 0 65 272 32 45
Binary 1000111 1110011 1111000 101001 100 0 110101 10111010 11010 100101

Color Harmonies of #477378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477378

Black with #477378

Text Example


Text Example

White with #477378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477378; }

 p { color: rgb(71,115,120); }

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

background-color css

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

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

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

border-color css

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

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

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