#484B7B

Color #484B7B Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #484B7B

Tints of Jacksons Purple #484B7B

Color information

#484B7B (or 0x484B7B) is unknown color: approx Jacksons Purple. HEX triplet: 48, 4B and 7B. RGB value is (72,75,123). Sum of RGB (Red+Green+Blue) = 72+75+123=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #484B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484B7B is #B7B484. Grayscale: #4F4F4F. Windows color (decimal): -12039301 or 8080200. OLE color: 8080200.

HSL color Cylindrical-coordinate representation of color #484B7B: hue angle of 236.47º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #484B7B is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7275123-
CMYK0.410.3900.52
HSL236.47º26.15%38.24%-
HSV(B)236.47º41.46%48.24%-
XYZ8.767.8419.79-
YUV79.58152.51122.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=26.67%
G=27.78%
B=45.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72751230.410.3900.52236.4726.1538.24
Hex484B7B2927034ec1a26
Octal11011317351470643543246
Binary10010001001011111101110100110011101101001110110011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #484B7B;
 }
 .AnyTagClassName
 {
   color: #484B7B;
 }
</style>
background-color css

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

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

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

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

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

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