Html Css Color HEX #473857 Jagger

📋 copy color: '#473857'

red 71 ◦ green 56 ◦ blue 87

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

Shades of Jagger #473857

Tints of Jagger #473857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.65%

R = 33.18%
G = 26.17%
B = 40.65%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#473857 (or 0x473857) is known color: Jagger. HEX triplet: 47, 38 and 57. RGB value is (71,56,87). Sum of RGB (Red+Green+Blue) = 71+56+87=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #473857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473857 is #B8C7A8. Grayscale: #3F3F3F. Windows color (decimal): -12109737 or 5716039. OLE color: 5716039.

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

Color convert

RGB 71 56 87 -
CMYK 0.18 0.36 0 0.66
HSL 269.03º 0.22% 0.28% -
HSV(B) 269.03º 0.36% 0.34% -
XYZ 5.73 4.86 9.65 -
YUV 64.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 71 56 87 0.18 0.36 0 0.66 269.03 0.22 0.28
Hex 47 38 57 12 24 0 42 10D 16 1C
Octal 107 70 127 22 44 0 102 415 26 34
Binary 1000111 111000 1010111 10010 100100 0 1000010 100001101 10110 11100

Color Harmonies of #473857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473857

Black with #473857

Text Example


Text Example

White with #473857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473857; }

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

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

background-color css

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

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

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

border-color css

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

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

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