#4B3684

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

Shades of Blue Gem #4B3684

Tints of Blue Gem #4B3684

Color information

#4B3684 (or 0x4B3684) is unknown color: approx Blue Gem. HEX triplet: 4B, 36 and 84. RGB value is (75,54,132). Sum of RGB (Red+Green+Blue) = 75+54+132=261 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.74% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B3684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3684 is #B4C97B. Grayscale: #444444. Windows color (decimal): -11848060 or 8664651. OLE color: 8664651.

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

Color convert

RGB7554132-
CMYK0.430.5900.48
HSL256.15º41.94%36.47%-
HSV(B)256.15º59.09%51.76%-
XYZ8.395.822.51-
YUV69.17163.46132.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.74%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=28.74%
G=20.69%
B=50.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75541320.430.5900.48256.1541.9436.47
Hex4B36842B3B0301002a24
Octal1136620453730604005244
Binary1001011110110100001001010111110110110000100000000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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