Html Css Color HEX #473956 Jagger

📋 copy color: '#473956'

red 71 ◦ green 57 ◦ blue 86

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

Shades of Jagger #473956

Tints of Jagger #473956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.64%

 BLUE value IS 86 (33.98% from 255) = 40.19%

R = 33.18%
G = 26.64%
B = 40.19%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#473956 (or 0x473956) is known color: Jagger. HEX triplet: 47, 39 and 56. RGB value is (71,57,86). Sum of RGB (Red+Green+Blue) = 71+57+86=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #473956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473956 is #B8C6A9. Grayscale: #404040. Windows color (decimal): -12109482 or 5650759. OLE color: 5650759.

HSL color Cylindrical-coordinate representation of color #473956: hue angle of 268.97º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #473956 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 57 86 -
CMYK 0.17 0.34 0 0.66
HSL 268.97º 0.2% 0.28% -
HSV(B) 268.97º 0.34% 0.34% -
XYZ 5.74 4.94 9.45 -
YUV 64.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 71 57 86 0.17 0.34 0 0.66 268.97 0.2 0.28
Hex 47 39 56 11 22 0 42 10D 14 1C
Octal 107 71 126 21 42 0 102 415 24 34
Binary 1000111 111001 1010110 10001 100010 0 1000010 100001101 10100 11100

Color Harmonies of #473956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473956

Black with #473956

Text Example


Text Example

White with #473956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473956; }

 p { color: rgb(71,57,86); }

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

background-color css

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

 a { background-color: rgb(71,57,86); }

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

border-color css

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

 span { border-color: rgb(71,57,86); }

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