Html Css Color HEX #47345C Jagger

📋 copy color: '#47345C'

red 71 ◦ green 52 ◦ blue 92

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

Shades of Jagger #47345C

Tints of Jagger #47345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

 BLUE value IS 92 (36.33% from 255) = 42.79%

R = 33.02%
G = 24.19%
B = 42.79%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47345C (or 0x47345C) is known color: Jagger. HEX triplet: 47, 34 and 5C. RGB value is (71,52,92). Sum of RGB (Red+Green+Blue) = 71+52+92=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #47345C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47345C is #B8CBA3. Grayscale: #3E3E3E. Windows color (decimal): -12110756 or 6042695. OLE color: 6042695.

HSL color Cylindrical-coordinate representation of color #47345C: hue angle of 268.5º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47345C is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 52 92 -
CMYK 0.23 0.43 0 0.64
HSL 268.5º 0.28% 0.28% -
HSV(B) 268.5º 0.43% 0.36% -
XYZ 5.76 4.57 10.7 -
YUV 62.24 144.79 134.25 -
System Red Green Blue C M Y K H S L
Decimal 71 52 92 0.23 0.43 0 0.64 268.5 0.28 0.28
Hex 47 34 5C 17 2B 0 40 10C 1C 1C
Octal 107 64 134 27 53 0 100 414 34 34
Binary 1000111 110100 1011100 10111 101011 0 1000000 100001100 11100 11100

Color Harmonies of #47345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47345C

Black with #47345C

Text Example


Text Example

White with #47345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47345C; }

 p { color: rgb(71,52,92); }

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

background-color css

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

 a { background-color: rgb(71,52,92); }

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

border-color css

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

 span { border-color: rgb(71,52,92); }

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