Html Css Color HEX #473754 Jagger

📋 copy color: '#473754'

red 71 ◦ green 55 ◦ blue 84

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

Shades of Jagger #473754

Tints of Jagger #473754

RGB

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

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

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

R = 33.81%
G = 26.19%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#473754 (or 0x473754) is known color: Jagger. HEX triplet: 47, 37 and 54. RGB value is (71,55,84). Sum of RGB (Red+Green+Blue) = 71+55+84=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #473754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473754 is #B8C8AB. Grayscale: #3E3E3E. Windows color (decimal): -12109996 or 5519175. OLE color: 5519175.

HSL color Cylindrical-coordinate representation of color #473754: hue angle of 273.1º 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 #473754 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 55 84 -
CMYK 0.15 0.35 0 0.67
HSL 273.1º 0.21% 0.27% -
HSV(B) 273.1º 0.35% 0.33% -
XYZ 5.56 4.71 9 -
YUV 63.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 71 55 84 0.15 0.35 0 0.67 273.1 0.21 0.27
Hex 47 37 54 F 23 0 43 111 15 1B
Octal 107 67 124 17 43 0 103 421 25 33
Binary 1000111 110111 1010100 1111 100011 0 1000011 100010001 10101 11011

Color Harmonies of #473754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473754

Black with #473754

Text Example


Text Example

White with #473754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473754; }

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

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

background-color css

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

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

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

border-color css

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

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

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