Html Css Color HEX #473C4D Jagger

📋 copy color: '#473C4D'

red 71 ◦ green 60 ◦ blue 77

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

Shades of Jagger #473C4D

Tints of Jagger #473C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

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

R = 34.13%
G = 28.85%
B = 37.02%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#473C4D (or 0x473C4D) is known color: Jagger. HEX triplet: 47, 3C and 4D. RGB value is (71,60,77). Sum of RGB (Red+Green+Blue) = 71+60+77=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #473C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C4D is #B8C3B2. Grayscale: #414141. Windows color (decimal): -12108723 or 5061703. OLE color: 5061703.

HSL color Cylindrical-coordinate representation of color #473C4D: hue angle of 278.82º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #473C4D is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 60 77 -
CMYK 0.08 0.22 0 0.70
HSL 278.82º 0.12% 0.27% -
HSV(B) 278.82º 0.22% 0.3% -
XYZ 5.55 5.11 7.71 -
YUV 65.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 71 60 77 0.08 0.22 0 0.70 278.82 0.12 0.27
Hex 47 3C 4D 8 16 0 46 117 C 1B
Octal 107 74 115 10 26 0 106 427 14 33
Binary 1000111 111100 1001101 1000 10110 0 1000110 100010111 1100 11011

Color Harmonies of #473C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C4D

Black with #473C4D

Text Example


Text Example

White with #473C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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