Html Css Color HEX #473B51 Jagger

📋 copy color: '#473B51'

red 71 ◦ green 59 ◦ blue 81

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

Shades of Jagger #473B51

Tints of Jagger #473B51

RGB

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

 GREEN value IS 59 (23.44% from 255) = 27.96%

 BLUE value IS 81 (32.03% from 255) = 38.39%

R = 33.65%
G = 27.96%
B = 38.39%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#473B51 (or 0x473B51) is known color: Jagger. HEX triplet: 47, 3B and 51. RGB value is (71,59,81). Sum of RGB (Red+Green+Blue) = 71+59+81=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #473B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B51 is #B8C4AE. Grayscale: #414141. Windows color (decimal): -12108975 or 5323591. OLE color: 5323591.

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

Color convert

RGB 71 59 81 -
CMYK 0.12 0.27 0 0.68
HSL 272.73º 0.16% 0.27% -
HSV(B) 272.73º 0.27% 0.32% -
XYZ 5.65 5.06 8.46 -
YUV 65.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 71 59 81 0.12 0.27 0 0.68 272.73 0.16 0.27
Hex 47 3B 51 C 1B 0 44 111 10 1B
Octal 107 73 121 14 33 0 104 421 20 33
Binary 1000111 111011 1010001 1100 11011 0 1000100 100010001 10000 11011

Color Harmonies of #473B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B51

Black with #473B51

Text Example


Text Example

White with #473B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,59,81); }

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

background-color css

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

 a { background-color: rgb(71,59,81); }

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

border-color css

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

 span { border-color: rgb(71,59,81); }

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