Html Css Color HEX #477B7A Ming

📋 copy color: '#477B7A'

red 71 ◦ green 123 ◦ blue 122

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

Shades of Ming #477B7A

Tints of Ming #477B7A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.92%

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 22.47%
G = 38.92%
B = 38.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#477B7A (or 0x477B7A) is known color: Ming. HEX triplet: 47, 7B and 7A. RGB value is (71,123,122). Sum of RGB (Red+Green+Blue) = 71+123+122=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 123 - color contains mainly: green. Hex color #477B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B7A is #B88485. Grayscale: #6B6B6B. Windows color (decimal): -12092550 or 8026951. OLE color: 8026951.

HSL color Cylindrical-coordinate representation of color #477B7A: hue angle of 178.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477B7A is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 123 122 -
CMYK 0.42 0 0.01 0.52
HSL 178.85º 0.27% 0.38% -
HSV(B) 178.85º 0.42% 0.48% -
XYZ 13.19 16.91 20.98 -
YUV 107.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 71 123 122 0.42 0 0.01 0.52 178.85 0.27 0.38
Hex 47 7B 7A 2A 0 1 34 B3 1B 26
Octal 107 173 172 52 0 1 64 263 33 46
Binary 1000111 1111011 1111010 101010 0 1 110100 10110011 11011 100110

Color Harmonies of #477B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477B7A

Black with #477B7A

Text Example


Text Example

White with #477B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477B7A; }

 p { color: rgb(71,123,122); }

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

background-color css

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

 a { background-color: rgb(71,123,122); }

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

border-color css

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

 span { border-color: rgb(71,123,122); }

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