Html Css Color HEX #474B7D Jacksons Purple

📋 copy color: '#474B7D'

red 71 ◦ green 75 ◦ blue 125

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

Shades of Jacksons Purple #474B7D

Tints of Jacksons Purple #474B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.68%

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

R = 26.2%
G = 27.68%
B = 46.13%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#474B7D (or 0x474B7D) is known color: Jacksons Purple. HEX triplet: 47, 4B and 7D. RGB value is (71,75,125). Sum of RGB (Red+Green+Blue) = 71+75+125=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #474B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B7D is #B8B482. Grayscale: #4F4F4F. Windows color (decimal): -12104835 or 8211271. OLE color: 8211271.

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

Color convert

RGB 71 75 125 -
CMYK 0.43 0.40 0 0.51
HSL 235.56º 0.28% 0.38% -
HSV(B) 235.56º 0.43% 0.49% -
XYZ 8.82 7.85 20.45 -
YUV 79.5 153.67 121.93 -
System Red Green Blue C M Y K H S L
Decimal 71 75 125 0.43 0.40 0 0.51 235.56 0.28 0.38
Hex 47 4B 7D 2B 28 0 33 EC 1C 26
Octal 107 113 175 53 50 0 63 354 34 46
Binary 1000111 1001011 1111101 101011 101000 0 110011 11101100 11100 100110

Color Harmonies of #474B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B7D

Black with #474B7D

Text Example


Text Example

White with #474B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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