#4B369B

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

Shades of Blue Gem #4B369B

Tints of Blue Gem #4B369B

Color information

#4B369B (or 0x4B369B) is unknown color: approx Blue Gem. HEX triplet: 4B, 36 and 9B. RGB value is (75,54,155). Sum of RGB (Red+Green+Blue) = 75+54+155=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #4B369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B369B is #B4C964. Grayscale: #474747. Windows color (decimal): -11848037 or 10171979. OLE color: 10171979.

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

Color convert

RGB7554155-
CMYK0.520.6500.39
HSL252.48º48.33%40.98%-
HSV(B)252.48º65.16%60.78%-
XYZ10.146.531.73-
YUV71.79174.96130.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.41%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=26.41%
G=19.01%
B=54.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal75541550.520.6500.39252.4848.3340.98
Hex4B369B3441027fc3029
Octal11366233641010473746051
Binary1001011110110100110111101001000001010011111111100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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