Html Css Color HEX #47365A Jagger

📋 copy color: '#47365A'

red 71 ◦ green 54 ◦ blue 90

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

Shades of Jagger #47365A

Tints of Jagger #47365A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 41.86%

R = 33.02%
G = 25.12%
B = 41.86%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#47365A (or 0x47365A) is known color: Jagger. HEX triplet: 47, 36 and 5A. RGB value is (71,54,90). Sum of RGB (Red+Green+Blue) = 71+54+90=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #47365A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47365A is #B8C9A5. Grayscale: #3F3F3F. Windows color (decimal): -12110246 or 5912135. OLE color: 5912135.

HSL color Cylindrical-coordinate representation of color #47365A: hue angle of 268.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47365A is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 54 90 -
CMYK 0.21 0.40 0 0.65
HSL 268.33º 0.25% 0.28% -
HSV(B) 268.33º 0.4% 0.35% -
XYZ 5.76 4.72 10.28 -
YUV 63.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 71 54 90 0.21 0.40 0 0.65 268.33 0.25 0.28
Hex 47 36 5A 15 28 0 41 10C 19 1C
Octal 107 66 132 25 50 0 101 414 31 34
Binary 1000111 110110 1011010 10101 101000 0 1000001 100001100 11001 11100

Color Harmonies of #47365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47365A

Black with #47365A

Text Example


Text Example

White with #47365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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