Html Css Color HEX #473E4F Jagger

📋 copy color: '#473E4F'

red 71 ◦ green 62 ◦ blue 79

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

Shades of Jagger #473E4F

Tints of Jagger #473E4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 33.49%
G = 29.25%
B = 37.26%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#473E4F (or 0x473E4F) is known color: Jagger. HEX triplet: 47, 3E and 4F. RGB value is (71,62,79). Sum of RGB (Red+Green+Blue) = 71+62+79=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 79 - color contains mainly: blue. Hex color #473E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473E4F is #B8C1B0. Grayscale: #424242. Windows color (decimal): -12108209 or 5193287. OLE color: 5193287.

HSL color Cylindrical-coordinate representation of color #473E4F: hue angle of 271.76º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #473E4F is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 62 79 -
CMYK 0.10 0.22 0 0.69
HSL 271.76º 0.12% 0.28% -
HSV(B) 271.76º 0.22% 0.31% -
XYZ 5.73 5.35 8.13 -
YUV 66.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 71 62 79 0.10 0.22 0 0.69 271.76 0.12 0.28
Hex 47 3E 4F A 16 0 45 110 C 1C
Octal 107 76 117 12 26 0 105 420 14 34
Binary 1000111 111110 1001111 1010 10110 0 1000101 100010000 1100 11100

Color Harmonies of #473E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E4F

Black with #473E4F

Text Example


Text Example

White with #473E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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