Html Css Color HEX #473954 Jagger

📋 copy color: '#473954'

red 71 ◦ green 57 ◦ blue 84

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

Shades of Jagger #473954

Tints of Jagger #473954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.62%

R = 33.49%
G = 26.89%
B = 39.62%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473954 (or 0x473954) is known color: Jagger. HEX triplet: 47, 39 and 54. RGB value is (71,57,84). Sum of RGB (Red+Green+Blue) = 71+57+84=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 84 - color contains mainly: blue. Hex color #473954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473954 is #B8C6AB. Grayscale: #404040. Windows color (decimal): -12109484 or 5519687. OLE color: 5519687.

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

Color convert

RGB 71 57 84 -
CMYK 0.15 0.32 0 0.67
HSL 271.11º 0.19% 0.28% -
HSV(B) 271.11º 0.32% 0.33% -
XYZ 5.66 4.91 9.04 -
YUV 64.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 71 57 84 0.15 0.32 0 0.67 271.11 0.19 0.28
Hex 47 39 54 F 20 0 43 10F 13 1C
Octal 107 71 124 17 40 0 103 417 23 34
Binary 1000111 111001 1010100 1111 100000 0 1000011 100001111 10011 11100

Color Harmonies of #473954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473954

Black with #473954

Text Example


Text Example

White with #473954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473954; }

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

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

background-color css

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

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

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

border-color css

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

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

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