Html Css Color HEX #473759 Jagger

📋 copy color: '#473759'

red 71 ◦ green 55 ◦ blue 89

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

Shades of Jagger #473759

Tints of Jagger #473759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.58%

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

R = 33.02%
G = 25.58%
B = 41.4%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473759 (or 0x473759) is known color: Jagger. HEX triplet: 47, 37 and 59. RGB value is (71,55,89). Sum of RGB (Red+Green+Blue) = 71+55+89=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #473759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473759 is #B8C8A6. Grayscale: #3F3F3F. Windows color (decimal): -12109991 or 5846855. OLE color: 5846855.

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

Color convert

RGB 71 55 89 -
CMYK 0.20 0.38 0 0.65
HSL 268.24º 0.24% 0.28% -
HSV(B) 268.24º 0.38% 0.35% -
XYZ 5.77 4.79 10.07 -
YUV 63.66 142.3 133.24 -
System Red Green Blue C M Y K H S L
Decimal 71 55 89 0.20 0.38 0 0.65 268.24 0.24 0.28
Hex 47 37 59 14 26 0 41 10C 18 1C
Octal 107 67 131 24 46 0 101 414 30 34
Binary 1000111 110111 1011001 10100 100110 0 1000001 100001100 11000 11100

Color Harmonies of #473759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473759

Black with #473759

Text Example


Text Example

White with #473759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473759; }

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

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

background-color css

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

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

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

border-color css

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

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

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