Html Css Color HEX #473755 Jagger

📋 copy color: '#473755'

red 71 ◦ green 55 ◦ blue 85

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

Shades of Jagger #473755

Tints of Jagger #473755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.07%

 BLUE value IS 85 (33.59% from 255) = 40.28%

R = 33.65%
G = 26.07%
B = 40.28%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473755 (or 0x473755) is known color: Jagger. HEX triplet: 47, 37 and 55. RGB value is (71,55,85). Sum of RGB (Red+Green+Blue) = 71+55+85=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: blue. Hex color #473755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473755 is #B8C8AA. Grayscale: #3F3F3F. Windows color (decimal): -12109995 or 5584711. OLE color: 5584711.

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

Color convert

RGB 71 55 85 -
CMYK 0.16 0.35 0 0.67
HSL 272º 0.21% 0.27% -
HSV(B) 272º 0.35% 0.33% -
XYZ 5.6 4.73 9.21 -
YUV 63.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 71 55 85 0.16 0.35 0 0.67 272 0.21 0.27
Hex 47 37 55 10 23 0 43 110 15 1B
Octal 107 67 125 20 43 0 103 420 25 33
Binary 1000111 110111 1010101 10000 100011 0 1000011 100010000 10101 11011

Color Harmonies of #473755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473755

Black with #473755

Text Example


Text Example

White with #473755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473755; }

 p { color: rgb(71,55,85); }

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

background-color css

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

 a { background-color: rgb(71,55,85); }

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

border-color css

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

 span { border-color: rgb(71,55,85); }

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