Html Css Color HEX #473E4D Jagger

📋 copy color: '#473E4D'

red 71 ◦ green 62 ◦ blue 77

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

Shades of Jagger #473E4D

Tints of Jagger #473E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.52%

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 33.81%
G = 29.52%
B = 36.67%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#473E4D (or 0x473E4D) is known color: Jagger. HEX triplet: 47, 3E and 4D. RGB value is (71,62,77). Sum of RGB (Red+Green+Blue) = 71+62+77=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #473E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E4D is #B8C1B2. Grayscale: #424242. Windows color (decimal): -12108211 or 5062215. OLE color: 5062215.

HSL color Cylindrical-coordinate representation of color #473E4D: hue angle of 276º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #473E4D is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 71 62 77 -
CMYK 0.08 0.19 0 0.70
HSL 276º 0.11% 0.27% -
HSV(B) 276º 0.19% 0.3% -
XYZ 5.66 5.32 7.75 -
YUV 66.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 71 62 77 0.08 0.19 0 0.70 276 0.11 0.27
Hex 47 3E 4D 8 13 0 46 114 B 1B
Octal 107 76 115 10 23 0 106 424 13 33
Binary 1000111 111110 1001101 1000 10011 0 1000110 100010100 1011 11011

Color Harmonies of #473E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E4D

Black with #473E4D

Text Example


Text Example

White with #473E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473E4D; }

 p { color: rgb(71,62,77); }

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

background-color css

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

 a { background-color: rgb(71,62,77); }

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

border-color css

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

 span { border-color: rgb(71,62,77); }

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