Html Css Color HEX #473853 Jagger

📋 copy color: '#473853'

red 71 ◦ green 56 ◦ blue 83

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

Shades of Jagger #473853

Tints of Jagger #473853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 39.52%

R = 33.81%
G = 26.67%
B = 39.52%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473853 (or 0x473853) is known color: Jagger. HEX triplet: 47, 38 and 53. RGB value is (71,56,83). Sum of RGB (Red+Green+Blue) = 71+56+83=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #473853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473853 is #B8C7AC. Grayscale: #3F3F3F. Windows color (decimal): -12109741 or 5453895. OLE color: 5453895.

HSL color Cylindrical-coordinate representation of color #473853: hue angle of 273.33º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #473853 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 56 83 -
CMYK 0.14 0.33 0 0.67
HSL 273.33º 0.19% 0.27% -
HSV(B) 273.33º 0.33% 0.33% -
XYZ 5.57 4.79 8.81 -
YUV 63.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 71 56 83 0.14 0.33 0 0.67 273.33 0.19 0.27
Hex 47 38 53 E 21 0 43 111 13 1B
Octal 107 70 123 16 41 0 103 421 23 33
Binary 1000111 111000 1010011 1110 100001 0 1000011 100010001 10011 11011

Color Harmonies of #473853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473853

Black with #473853

Text Example


Text Example

White with #473853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473853; }

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

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

background-color css

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

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

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

border-color css

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

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

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