Html Css Color HEX #473C53 Jagger

📋 copy color: '#473C53'

red 71 ◦ green 60 ◦ blue 83

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

Shades of Jagger #473C53

Tints of Jagger #473C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.79%

R = 33.18%
G = 28.04%
B = 38.79%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473C53 (or 0x473C53) is known color: Jagger. HEX triplet: 47, 3C and 53. RGB value is (71,60,83). Sum of RGB (Red+Green+Blue) = 71+60+83=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #473C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C53 is #B8C3AC. Grayscale: #414141. Windows color (decimal): -12108717 or 5454919. OLE color: 5454919.

HSL color Cylindrical-coordinate representation of color #473C53: hue angle of 268.7º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #473C53 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 60 83 -
CMYK 0.14 0.28 0 0.67
HSL 268.7º 0.16% 0.28% -
HSV(B) 268.7º 0.28% 0.33% -
XYZ 5.78 5.2 8.88 -
YUV 65.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 71 60 83 0.14 0.28 0 0.67 268.7 0.16 0.28
Hex 47 3C 53 E 1C 0 43 10D 10 1C
Octal 107 74 123 16 34 0 103 415 20 34
Binary 1000111 111100 1010011 1110 11100 0 1000011 100001101 10000 11100

Color Harmonies of #473C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C53

Black with #473C53

Text Example


Text Example

White with #473C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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