Html Css Color HEX #474D7D Jacksons Purple

📋 copy color: '#474D7D'

red 71 ◦ green 77 ◦ blue 125

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

Shades of Jacksons Purple #474D7D

Tints of Jacksons Purple #474D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 26.01%
G = 28.21%
B = 45.79%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#474D7D (or 0x474D7D) is known color: Jacksons Purple. HEX triplet: 47, 4D and 7D. RGB value is (71,77,125). Sum of RGB (Red+Green+Blue) = 71+77+125=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #474D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474D7D is #B8B282. Grayscale: #505050. Windows color (decimal): -12104323 or 8211783. OLE color: 8211783.

HSL color Cylindrical-coordinate representation of color #474D7D: hue angle of 233.33º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #474D7D is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 77 125 -
CMYK 0.43 0.38 0 0.51
HSL 233.33º 0.28% 0.38% -
HSV(B) 233.33º 0.43% 0.49% -
XYZ 8.95 8.13 20.5 -
YUV 80.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 71 77 125 0.43 0.38 0 0.51 233.33 0.28 0.38
Hex 47 4D 7D 2B 26 0 33 E9 1C 26
Octal 107 115 175 53 46 0 63 351 34 46
Binary 1000111 1001101 1111101 101011 100110 0 110011 11101001 11100 100110

Color Harmonies of #474D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D7D

Black with #474D7D

Text Example


Text Example

White with #474D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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