Html Css Color HEX #47404D Jagger

📋 copy color: '#47404D'

red 71 ◦ green 64 ◦ blue 77

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

Shades of Jagger #47404D

Tints of Jagger #47404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.19%

 BLUE value IS 77 (30.47% from 255) = 36.32%

R = 33.49%
G = 30.19%
B = 36.32%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#47404D (or 0x47404D) is known color: Jagger. HEX triplet: 47, 40 and 4D. RGB value is (71,64,77). Sum of RGB (Red+Green+Blue) = 71+64+77=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #47404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47404D is #B8BFB2. Grayscale: #434343. Windows color (decimal): -12107699 or 5062727. OLE color: 5062727.

HSL color Cylindrical-coordinate representation of color #47404D: hue angle of 272.31º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #47404D is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 64 77 -
CMYK 0.08 0.17 0 0.70
HSL 272.31º 0.09% 0.28% -
HSV(B) 272.31º 0.17% 0.3% -
XYZ 5.77 5.54 7.79 -
YUV 67.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 71 64 77 0.08 0.17 0 0.70 272.31 0.09 0.28
Hex 47 40 4D 8 11 0 46 110 9 1C
Octal 107 100 115 10 21 0 106 420 11 34
Binary 1000111 1000000 1001101 1000 10001 0 1000110 100010000 1001 11100

Color Harmonies of #47404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47404D

Black with #47404D

Text Example


Text Example

White with #47404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47404D; }

 p { color: rgb(71,64,77); }

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

background-color css

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

 a { background-color: rgb(71,64,77); }

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

border-color css

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

 span { border-color: rgb(71,64,77); }

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