Html Css Color HEX #473A4E Jagger

📋 copy color: '#473A4E'

red 71 ◦ green 58 ◦ blue 78

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

Shades of Jagger #473A4E

Tints of Jagger #473A4E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.02%

 BLUE value IS 78 (30.86% from 255) = 37.68%

R = 34.3%
G = 28.02%
B = 37.68%

CMYK

 C value IS 0.09

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#473A4E (or 0x473A4E) is known color: Jagger. HEX triplet: 47, 3A and 4E. RGB value is (71,58,78). Sum of RGB (Red+Green+Blue) = 71+58+78=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #473A4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A4E is #B8C5B1. Grayscale: #404040. Windows color (decimal): -12109234 or 5126727. OLE color: 5126727.

HSL color Cylindrical-coordinate representation of color #473A4E: hue angle of 279º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #473A4E is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 58 78 -
CMYK 0.09 0.26 0 0.69
HSL 279º 0.15% 0.27% -
HSV(B) 279º 0.26% 0.31% -
XYZ 5.49 4.92 7.87 -
YUV 64.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 71 58 78 0.09 0.26 0 0.69 279 0.15 0.27
Hex 47 3A 4E 9 1A 0 45 117 F 1B
Octal 107 72 116 11 32 0 105 427 17 33
Binary 1000111 111010 1001110 1001 11010 0 1000101 100010111 1111 11011

Color Harmonies of #473A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A4E

Black with #473A4E

Text Example


Text Example

White with #473A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,58,78); }

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

background-color css

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

 a { background-color: rgb(71,58,78); }

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

border-color css

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

 span { border-color: rgb(71,58,78); }

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