#4B3984

Color #4B3984 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4B3984

Tints of Blue Gem #4B3984

Color information

#4B3984 (or 0x4B3984) is unknown color: approx Blue Gem. HEX triplet: 4B, 39 and 84. RGB value is (75,57,132). Sum of RGB (Red+Green+Blue) = 75+57+132=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B3984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3984 is #B4C67B. Grayscale: #464646. Windows color (decimal): -11847292 or 8665419. OLE color: 8665419.

HSL color Cylindrical-coordinate representation of color #4B3984: hue angle of 254.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3984 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7557132-
CMYK0.430.5700.48
HSL254.4º39.68%37.06%-
HSV(B)254.4º56.82%51.76%-
XYZ8.536.0922.56-
YUV70.93162.46130.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.41%
GREEN value IS 57 (22.66% from 255) = 21.59%
BLUE value IS 132 (51.95% from 255) = 50%
R=28.41%
G=21.59%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75571320.430.5700.48254.439.6837.06
Hex4B39842B39030fe2825
Octal1137120453710603765045
Binary100101111100110000100101011111001011000011111110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,132); }

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

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

 a { background-color: rgb(75,57,132); }

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

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

 span { border-color: rgb(75,57,132); }

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