Html Css Color HEX #4B487D Jacksons Purple

📋 copy color: '#4B487D'

red 75 ◦ green 72 ◦ blue 125

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

Shades of Jacksons Purple #4B487D

Tints of Jacksons Purple #4B487D

RGB

 RED value IS 75 (29.69% from 255) = 27.57%

 GREEN value IS 72 (28.52% from 255) = 26.47%

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

R = 27.57%
G = 26.47%
B = 45.96%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B487D (or 0x4B487D) is known color: Jacksons Purple. HEX triplet: 4B, 48 and 7D. RGB value is (75,72,125). Sum of RGB (Red+Green+Blue) = 75+72+125=272 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.57% from 272); Green value is 72 (28.52% from 255 or 26.47% 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 #4B487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B487D is #B4B782. Grayscale: #4E4E4E. Windows color (decimal): -11843459 or 8210507. OLE color: 8210507.

HSL color Cylindrical-coordinate representation of color #4B487D: hue angle of 243.4º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B487D is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 75 72 125 -
CMYK 0.40 0.42 0 0.51
HSL 243.4º 0.27% 0.39% -
HSV(B) 243.4º 0.42% 0.49% -
XYZ 8.92 7.61 20.4 -
YUV 78.94 153.99 125.19 -
System Red Green Blue C M Y K H S L
Decimal 75 72 125 0.40 0.42 0 0.51 243.4 0.27 0.39
Hex 4B 48 7D 28 2A 0 33 F3 1B 27
Octal 113 110 175 50 52 0 63 363 33 47
Binary 1001011 1001000 1111101 101000 101010 0 110011 11110011 11011 100111

Color Harmonies of #4B487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B487D

Black with #4B487D

Text Example


Text Example

White with #4B487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B487D; }

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

 H1.HeaderClassName
 {
   color: #4B487D;
 }
 .AnyTagClassName
 {
   color: #4B487D;
 }
</style>

background-color css

<style>
 a { background-color: #4B487D; }

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

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

border-color css

<style>
 span { border-color: #4B487D; }

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

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