Html Css Color HEX #473B4D Jagger

📋 copy color: '#473B4D'

red 71 ◦ green 59 ◦ blue 77

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

Shades of Jagger #473B4D

Tints of Jagger #473B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

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

R = 34.3%
G = 28.5%
B = 37.2%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#473B4D (or 0x473B4D) is known color: Jagger. HEX triplet: 47, 3B and 4D. RGB value is (71,59,77). Sum of RGB (Red+Green+Blue) = 71+59+77=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 77 - color contains mainly: blue. Hex color #473B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B4D is #B8C4B2. Grayscale: #404040. Windows color (decimal): -12108979 or 5061447. OLE color: 5061447.

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

Color convert

RGB 71 59 77 -
CMYK 0.08 0.23 0 0.70
HSL 280º 0.13% 0.27% -
HSV(B) 280º 0.23% 0.3% -
XYZ 5.5 5 7.7 -
YUV 64.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 71 59 77 0.08 0.23 0 0.70 280 0.13 0.27
Hex 47 3B 4D 8 17 0 46 118 D 1B
Octal 107 73 115 10 27 0 106 430 15 33
Binary 1000111 111011 1001101 1000 10111 0 1000110 100011000 1101 11011

Color Harmonies of #473B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B4D

Black with #473B4D

Text Example


Text Example

White with #473B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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