Html Css Color HEX #473B4E Jagger

📋 copy color: '#473B4E'

red 71 ◦ green 59 ◦ blue 78

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

Shades of Jagger #473B4E

Tints of Jagger #473B4E

RGB

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

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

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

R = 34.13%
G = 28.37%
B = 37.5%

CMYK

 C value IS 0.09

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#473B4E (or 0x473B4E) is known color: Jagger. HEX triplet: 47, 3B and 4E. RGB value is (71,59,78). Sum of RGB (Red+Green+Blue) = 71+59+78=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #473B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B4E is #B8C4B1. Grayscale: #404040. Windows color (decimal): -12108978 or 5126983. OLE color: 5126983.

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

Color convert

RGB 71 59 78 -
CMYK 0.09 0.24 0 0.69
HSL 277.89º 0.14% 0.27% -
HSV(B) 277.89º 0.24% 0.31% -
XYZ 5.54 5.02 7.88 -
YUV 64.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 71 59 78 0.09 0.24 0 0.69 277.89 0.14 0.27
Hex 47 3B 4E 9 18 0 45 116 E 1B
Octal 107 73 116 11 30 0 105 426 16 33
Binary 1000111 111011 1001110 1001 11000 0 1000101 100010110 1110 11011

Color Harmonies of #473B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B4E

Black with #473B4E

Text Example


Text Example

White with #473B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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