Html Css Color HEX #477278 Ming

📋 copy color: '#477278'

red 71 ◦ green 114 ◦ blue 120

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

Shades of Ming #477278

Tints of Ming #477278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

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

R = 23.28%
G = 37.38%
B = 39.34%

CMYK

 C value IS 0.41

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#477278 (or 0x477278) is known color: Ming. HEX triplet: 47, 72 and 78. RGB value is (71,114,120). Sum of RGB (Red+Green+Blue) = 71+114+120=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #477278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477278 is #B88D87. Grayscale: #656565. Windows color (decimal): -12094856 or 7893575. OLE color: 7893575.

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

Color convert

RGB 71 114 120 -
CMYK 0.41 0.05 0 0.53
HSL 187.35º 0.26% 0.37% -
HSV(B) 187.35º 0.41% 0.47% -
XYZ 12.01 14.73 19.98 -
YUV 101.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 71 114 120 0.41 0.05 0 0.53 187.35 0.26 0.37
Hex 47 72 78 29 5 0 35 BB 1A 25
Octal 107 162 170 51 5 0 65 273 32 45
Binary 1000111 1110010 1111000 101001 101 0 110101 10111011 11010 100101

Color Harmonies of #477278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477278

Black with #477278

Text Example


Text Example

White with #477278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477278; }

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

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

background-color css

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

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

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

border-color css

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

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

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