Html Css Color HEX #484A87 Jacksons Purple

📋 copy color: '#484A87'

red 72 ◦ green 74 ◦ blue 135

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

Shades of Jacksons Purple #484A87

Tints of Jacksons Purple #484A87

RGB

 RED value IS 72 (28.52% from 255) = 25.62%

 GREEN value IS 74 (29.3% from 255) = 26.33%

 BLUE value IS 135 (53.13% from 255) = 48.04%

R = 25.62%
G = 26.33%
B = 48.04%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#484A87 (or 0x484A87) is known color: Jacksons Purple. HEX triplet: 48, 4A and 87. RGB value is (72,74,135). Sum of RGB (Red+Green+Blue) = 72+74+135=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #484A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484A87 is #B7B578. Grayscale: #505050. Windows color (decimal): -12039545 or 8866376. OLE color: 8866376.

HSL color Cylindrical-coordinate representation of color #484A87: hue angle of 238.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #484A87 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 74 135 -
CMYK 0.47 0.45 0 0.47
HSL 238.1º 0.3% 0.41% -
HSV(B) 238.1º 0.47% 0.53% -
XYZ 9.49 8.02 23.97 -
YUV 80.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 72 74 135 0.47 0.45 0 0.47 238.1 0.3 0.41
Hex 48 4A 87 2F 2D 0 2F EE 1E 29
Octal 110 112 207 57 55 0 57 356 36 51
Binary 1001000 1001010 10000111 101111 101101 0 101111 11101110 11110 101001

Color Harmonies of #484A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484A87

Black with #484A87

Text Example


Text Example

White with #484A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484A87; }

 p { color: rgb(72,74,135); }

 H1.HeaderClassName
 {
   color: #484A87;
 }
 .AnyTagClassName
 {
   color: #484A87;
 }
</style>

background-color css

<style>
 a { background-color: #484A87; }

 a { background-color: rgb(72,74,135); }

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

border-color css

<style>
 span { border-color: #484A87; }

 span { border-color: rgb(72,74,135); }

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