Html Css Color HEX #473C4E Jagger

📋 copy color: '#473C4E'

red 71 ◦ green 60 ◦ blue 78

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

Shades of Jagger #473C4E

Tints of Jagger #473C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.32%

R = 33.97%
G = 28.71%
B = 37.32%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#473C4E (or 0x473C4E) is known color: Jagger. HEX triplet: 47, 3C and 4E. RGB value is (71,60,78). Sum of RGB (Red+Green+Blue) = 71+60+78=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #473C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C4E is #B8C3B1. Grayscale: #414141. Windows color (decimal): -12108722 or 5127239. OLE color: 5127239.

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

Color convert

RGB 71 60 78 -
CMYK 0.09 0.23 0 0.69
HSL 276.67º 0.13% 0.27% -
HSV(B) 276.67º 0.23% 0.31% -
XYZ 5.59 5.12 7.9 -
YUV 65.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 71 60 78 0.09 0.23 0 0.69 276.67 0.13 0.27
Hex 47 3C 4E 9 17 0 45 115 D 1B
Octal 107 74 116 11 27 0 105 425 15 33
Binary 1000111 111100 1001110 1001 10111 0 1000101 100010101 1101 11011

Color Harmonies of #473C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C4E

Black with #473C4E

Text Example


Text Example

White with #473C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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