Html Css Color HEX #473955 Jagger

📋 copy color: '#473955'

red 71 ◦ green 57 ◦ blue 85

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

Shades of Jagger #473955

Tints of Jagger #473955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.76%

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

R = 33.33%
G = 26.76%
B = 39.91%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473955 (or 0x473955) is known color: Jagger. HEX triplet: 47, 39 and 55. RGB value is (71,57,85). Sum of RGB (Red+Green+Blue) = 71+57+85=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 85 - color contains mainly: blue. Hex color #473955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473955 is #B8C6AA. Grayscale: #404040. Windows color (decimal): -12109483 or 5585223. OLE color: 5585223.

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

Color convert

RGB 71 57 85 -
CMYK 0.16 0.33 0 0.67
HSL 270º 0.2% 0.28% -
HSV(B) 270º 0.33% 0.33% -
XYZ 5.7 4.92 9.24 -
YUV 64.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 71 57 85 0.16 0.33 0 0.67 270 0.2 0.28
Hex 47 39 55 10 21 0 43 10E 14 1C
Octal 107 71 125 20 41 0 103 416 24 34
Binary 1000111 111001 1010101 10000 100001 0 1000011 100001110 10100 11100

Color Harmonies of #473955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473955

Black with #473955

Text Example


Text Example

White with #473955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473955; }

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

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

background-color css

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

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

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

border-color css

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

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

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