Html Css Color HEX #473659 Jagger

📋 copy color: '#473659'

red 71 ◦ green 54 ◦ blue 89

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

Shades of Jagger #473659

Tints of Jagger #473659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.23%

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

R = 33.18%
G = 25.23%
B = 41.59%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473659 (or 0x473659) is known color: Jagger. HEX triplet: 47, 36 and 59. RGB value is (71,54,89). Sum of RGB (Red+Green+Blue) = 71+54+89=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #473659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473659 is #B8C9A6. Grayscale: #3E3E3E. Windows color (decimal): -12110247 or 5846599. OLE color: 5846599.

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

Color convert

RGB 71 54 89 -
CMYK 0.20 0.39 0 0.65
HSL 269.14º 0.24% 0.28% -
HSV(B) 269.14º 0.39% 0.35% -
XYZ 5.72 4.7 10.06 -
YUV 63.07 142.63 133.65 -
System Red Green Blue C M Y K H S L
Decimal 71 54 89 0.20 0.39 0 0.65 269.14 0.24 0.28
Hex 47 36 59 14 27 0 41 10D 18 1C
Octal 107 66 131 24 47 0 101 415 30 34
Binary 1000111 110110 1011001 10100 100111 0 1000001 100001101 11000 11100

Color Harmonies of #473659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473659

Black with #473659

Text Example


Text Example

White with #473659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473659; }

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

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

background-color css

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

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

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

border-color css

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

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

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