Html Css Color HEX #474C7F Jacksons Purple

📋 copy color: '#474C7F'

red 71 ◦ green 76 ◦ blue 127

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

Shades of Jacksons Purple #474C7F

Tints of Jacksons Purple #474C7F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

 BLUE value IS 127 (50% from 255) = 46.35%

R = 25.91%
G = 27.74%
B = 46.35%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#474C7F (or 0x474C7F) is known color: Jacksons Purple. HEX triplet: 47, 4C and 7F. RGB value is (71,76,127). Sum of RGB (Red+Green+Blue) = 71+76+127=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #474C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C7F is #B8B380. Grayscale: #505050. Windows color (decimal): -12104577 or 8342599. OLE color: 8342599.

HSL color Cylindrical-coordinate representation of color #474C7F: hue angle of 234.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #474C7F is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 76 127 -
CMYK 0.44 0.40 0 0.50
HSL 234.64º 0.28% 0.39% -
HSV(B) 234.64º 0.44% 0.5% -
XYZ 9.01 8.04 21.16 -
YUV 80.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 71 76 127 0.44 0.40 0 0.50 234.64 0.28 0.39
Hex 47 4C 7F 2C 28 0 32 EB 1C 27
Octal 107 114 177 54 50 0 62 353 34 47
Binary 1000111 1001100 1111111 101100 101000 0 110010 11101011 11100 100111

Color Harmonies of #474C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C7F

Black with #474C7F

Text Example


Text Example

White with #474C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,76,127); }

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

background-color css

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

 a { background-color: rgb(71,76,127); }

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

border-color css

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

 span { border-color: rgb(71,76,127); }

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