Html Css Color HEX #484C89 Jacksons Purple

📋 copy color: '#484C89'

red 72 ◦ green 76 ◦ blue 137

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

Shades of Jacksons Purple #484C89

Tints of Jacksons Purple #484C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 48.07%

R = 25.26%
G = 26.67%
B = 48.07%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#484C89 (or 0x484C89) is known color: Jacksons Purple. HEX triplet: 48, 4C and 89. RGB value is (72,76,137). Sum of RGB (Red+Green+Blue) = 72+76+137=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #484C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484C89 is #B7B376. Grayscale: #515151. Windows color (decimal): -12039031 or 8997960. OLE color: 8997960.

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

Color convert

RGB 72 76 137 -
CMYK 0.47 0.45 0 0.46
HSL 236.31º 0.31% 0.41% -
HSV(B) 236.31º 0.47% 0.54% -
XYZ 9.77 8.35 24.76 -
YUV 81.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 72 76 137 0.47 0.45 0 0.46 236.31 0.31 0.41
Hex 48 4C 89 2F 2D 0 2E EC 1F 29
Octal 110 114 211 57 55 0 56 354 37 51
Binary 1001000 1001100 10001001 101111 101101 0 101110 11101100 11111 101001

Color Harmonies of #484C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C89

Black with #484C89

Text Example


Text Example

White with #484C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,76,137); }

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

background-color css

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

 a { background-color: rgb(72,76,137); }

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

border-color css

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

 span { border-color: rgb(72,76,137); }

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