Html Css Color HEX #473851 Jagger

📋 copy color: '#473851'

red 71 ◦ green 56 ◦ blue 81

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

Shades of Jagger #473851

Tints of Jagger #473851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 34.13%
G = 26.92%
B = 38.94%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#473851 (or 0x473851) is known color: Jagger. HEX triplet: 47, 38 and 51. RGB value is (71,56,81). Sum of RGB (Red+Green+Blue) = 71+56+81=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #473851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473851 is #B8C7AE. Grayscale: #3F3F3F. Windows color (decimal): -12109743 or 5322823. OLE color: 5322823.

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

Color convert

RGB 71 56 81 -
CMYK 0.12 0.31 0 0.68
HSL 276º 0.18% 0.27% -
HSV(B) 276º 0.31% 0.32% -
XYZ 5.5 4.76 8.41 -
YUV 63.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 71 56 81 0.12 0.31 0 0.68 276 0.18 0.27
Hex 47 38 51 C 1F 0 44 114 12 1B
Octal 107 70 121 14 37 0 104 424 22 33
Binary 1000111 111000 1010001 1100 11111 0 1000100 100010100 10010 11011

Color Harmonies of #473851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473851

Black with #473851

Text Example


Text Example

White with #473851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473851; }

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

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

background-color css

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

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

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

border-color css

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

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

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