Html Css Color HEX #473555 Jagger

📋 copy color: '#473555'

red 71 ◦ green 53 ◦ blue 85

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

Shades of Jagger #473555

Tints of Jagger #473555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

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

R = 33.97%
G = 25.36%
B = 40.67%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473555 (or 0x473555) is known color: Jagger. HEX triplet: 47, 35 and 55. RGB value is (71,53,85). Sum of RGB (Red+Green+Blue) = 71+53+85=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #473555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473555 is #B8CAAA. Grayscale: #3D3D3D. Windows color (decimal): -12110507 or 5584199. OLE color: 5584199.

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

Color convert

RGB 71 53 85 -
CMYK 0.16 0.38 0 0.67
HSL 273.75º 0.23% 0.27% -
HSV(B) 273.75º 0.38% 0.33% -
XYZ 5.51 4.54 9.18 -
YUV 62.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 71 53 85 0.16 0.38 0 0.67 273.75 0.23 0.27
Hex 47 35 55 10 26 0 43 112 17 1B
Octal 107 65 125 20 46 0 103 422 27 33
Binary 1000111 110101 1010101 10000 100110 0 1000011 100010010 10111 11011

Color Harmonies of #473555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473555

Black with #473555

Text Example


Text Example

White with #473555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473555; }

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

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

background-color css

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

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

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

border-color css

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

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

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