Html Css Color HEX #47345B Jagger

📋 copy color: '#47345B'

red 71 ◦ green 52 ◦ blue 91

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

Shades of Jagger #47345B

Tints of Jagger #47345B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.52%

R = 33.18%
G = 24.3%
B = 42.52%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#47345B (or 0x47345B) is known color: Jagger. HEX triplet: 47, 34 and 5B. RGB value is (71,52,91). Sum of RGB (Red+Green+Blue) = 71+52+91=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #47345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47345B is #B8CBA4. Grayscale: #3D3D3D. Windows color (decimal): -12110757 or 5977159. OLE color: 5977159.

HSL color Cylindrical-coordinate representation of color #47345B: hue angle of 269.23º degrees, saturation: 0.27, 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 #47345B is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 52 91 -
CMYK 0.22 0.43 0 0.64
HSL 269.23º 0.27% 0.28% -
HSV(B) 269.23º 0.43% 0.36% -
XYZ 5.71 4.55 10.47 -
YUV 62.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 71 52 91 0.22 0.43 0 0.64 269.23 0.27 0.28
Hex 47 34 5B 16 2B 0 40 10D 1B 1C
Octal 107 64 133 26 53 0 100 415 33 34
Binary 1000111 110100 1011011 10110 101011 0 1000000 100001101 11011 11100

Color Harmonies of #47345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47345B

Black with #47345B

Text Example


Text Example

White with #47345B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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