#4B409F

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

Shades of Blue Gem #4B409F

Tints of Blue Gem #4B409F

Color information

#4B409F (or 0x4B409F) is unknown color: approx Blue Gem. HEX triplet: 4B, 40 and 9F. RGB value is (75,64,159). Sum of RGB (Red+Green+Blue) = 75+64+159=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B409F is #B4BF60. Grayscale: #4D4D4D. Windows color (decimal): -11845473 or 10436683. OLE color: 10436683.

HSL color Cylindrical-coordinate representation of color #4B409F: hue angle of 246.95º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B409F is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7564159-
CMYK0.530.6000.38
HSL246.95º42.6%43.73%-
HSV(B)246.95º59.75%62.35%-
XYZ10.997.6733.7-
YUV78.12173.64125.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.17%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=25.17%
G=21.48%
B=53.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75641590.530.6000.38246.9542.643.73
Hex4B409F353C026f72b2c
Octal11310023765740463675354
Binary1001011100000010011111110101111100010011011110111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,64,159); }

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

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

 a { background-color: rgb(75,64,159); }

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

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

 span { border-color: rgb(75,64,159); }

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