Html Css Color HEX #473654 Jagger

📋 copy color: '#473654'

red 71 ◦ green 54 ◦ blue 84

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

Shades of Jagger #473654

Tints of Jagger #473654

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.84%

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

R = 33.97%
G = 25.84%
B = 40.19%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473654 (or 0x473654) is known color: Jagger. HEX triplet: 47, 36 and 54. RGB value is (71,54,84). Sum of RGB (Red+Green+Blue) = 71+54+84=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 54 (21.48% from 255 or 25.84% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #473654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473654 is #B8C9AB. Grayscale: #3E3E3E. Windows color (decimal): -12110252 or 5518919. OLE color: 5518919.

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

Color convert

RGB 71 54 84 -
CMYK 0.15 0.36 0 0.67
HSL 274º 0.22% 0.27% -
HSV(B) 274º 0.36% 0.33% -
XYZ 5.52 4.62 8.99 -
YUV 62.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 71 54 84 0.15 0.36 0 0.67 274 0.22 0.27
Hex 47 36 54 F 24 0 43 112 16 1B
Octal 107 66 124 17 44 0 103 422 26 33
Binary 1000111 110110 1010100 1111 100100 0 1000011 100010010 10110 11011

Color Harmonies of #473654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473654

Black with #473654

Text Example


Text Example

White with #473654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473654; }

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

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

background-color css

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

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

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

border-color css

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

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

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