Html Css Color HEX #473A52 Jagger

📋 copy color: '#473A52'

red 71 ◦ green 58 ◦ blue 82

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

Shades of Jagger #473A52

Tints of Jagger #473A52

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.49%

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 33.65%
G = 27.49%
B = 38.86%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#473A52 (or 0x473A52) is known color: Jagger. HEX triplet: 47, 3A and 52. RGB value is (71,58,82). Sum of RGB (Red+Green+Blue) = 71+58+82=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #473A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A52 is #B8C5AD. Grayscale: #404040. Windows color (decimal): -12109230 or 5388871. OLE color: 5388871.

HSL color Cylindrical-coordinate representation of color #473A52: hue angle of 272.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #473A52 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 58 82 -
CMYK 0.13 0.29 0 0.68
HSL 272.5º 0.17% 0.27% -
HSV(B) 272.5º 0.29% 0.32% -
XYZ 5.63 4.97 8.65 -
YUV 64.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 71 58 82 0.13 0.29 0 0.68 272.5 0.17 0.27
Hex 47 3A 52 D 1D 0 44 110 11 1B
Octal 107 72 122 15 35 0 104 420 21 33
Binary 1000111 111010 1010010 1101 11101 0 1000100 100010000 10001 11011

Color Harmonies of #473A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A52

Black with #473A52

Text Example


Text Example

White with #473A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473A52; }

 p { color: rgb(71,58,82); }

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

background-color css

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

 a { background-color: rgb(71,58,82); }

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

border-color css

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

 span { border-color: rgb(71,58,82); }

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