Html Css Color HEX #474C7D Jacksons Purple

📋 copy color: '#474C7D'

red 71 ◦ green 76 ◦ blue 125

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

Shades of Jacksons Purple #474C7D

Tints of Jacksons Purple #474C7D

RGB

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

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

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

R = 26.1%
G = 27.94%
B = 45.96%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#474C7D (or 0x474C7D) is known color: Jacksons Purple. HEX triplet: 47, 4C and 7D. RGB value is (71,76,125). Sum of RGB (Red+Green+Blue) = 71+76+125=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #474C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C7D is #B8B382. Grayscale: #4F4F4F. Windows color (decimal): -12104579 or 8211527. OLE color: 8211527.

HSL color Cylindrical-coordinate representation of color #474C7D: hue angle of 234.44º 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 #474C7D is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 76 125 -
CMYK 0.43 0.39 0 0.51
HSL 234.44º 0.28% 0.38% -
HSV(B) 234.44º 0.43% 0.49% -
XYZ 8.88 7.99 20.48 -
YUV 80.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 71 76 125 0.43 0.39 0 0.51 234.44 0.28 0.38
Hex 47 4C 7D 2B 27 0 33 EA 1C 26
Octal 107 114 175 53 47 0 63 352 34 46
Binary 1000111 1001100 1111101 101011 100111 0 110011 11101010 11100 100110

Color Harmonies of #474C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C7D

Black with #474C7D

Text Example


Text Example

White with #474C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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