Html Css Color HEX #473859 Jagger

📋 copy color: '#473859'

red 71 ◦ green 56 ◦ blue 89

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

Shades of Jagger #473859

Tints of Jagger #473859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.93%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 32.87%
G = 25.93%
B = 41.2%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473859 (or 0x473859) is known color: Jagger. HEX triplet: 47, 38 and 59. RGB value is (71,56,89). Sum of RGB (Red+Green+Blue) = 71+56+89=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #473859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473859 is #B8C7A6. Grayscale: #404040. Windows color (decimal): -12109735 or 5847111. OLE color: 5847111.

HSL color Cylindrical-coordinate representation of color #473859: hue angle of 267.27º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #473859 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 56 89 -
CMYK 0.20 0.37 0 0.65
HSL 267.27º 0.23% 0.28% -
HSV(B) 267.27º 0.37% 0.35% -
XYZ 5.82 4.89 10.09 -
YUV 64.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 71 56 89 0.20 0.37 0 0.65 267.27 0.23 0.28
Hex 47 38 59 14 25 0 41 10B 17 1C
Octal 107 70 131 24 45 0 101 413 27 34
Binary 1000111 111000 1011001 10100 100101 0 1000001 100001011 10111 11100

Color Harmonies of #473859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473859

Black with #473859

Text Example


Text Example

White with #473859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473859; }

 p { color: rgb(71,56,89); }

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

background-color css

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

 a { background-color: rgb(71,56,89); }

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

border-color css

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

 span { border-color: rgb(71,56,89); }

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