#4B429F

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

Shades of Blue Gem #4B429F

Tints of Blue Gem #4B429F

Color information

#4B429F (or 0x4B429F) is unknown color: approx Blue Gem. HEX triplet: 4B, 42 and 9F. RGB value is (75,66,159). Sum of RGB (Red+Green+Blue) = 75+66+159=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B429F is #B4BD60. Grayscale: #4E4E4E. Windows color (decimal): -11844961 or 10437195. OLE color: 10437195.

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

Color convert

RGB7566159-
CMYK0.530.5800.38
HSL245.81º41.33%44.12%-
HSV(B)245.81º58.49%62.35%-
XYZ11.117.933.74-
YUV79.29172.98124.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 159 (62.5% from 255) = 53%
R=25%
G=22%
B=53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal75661590.530.5800.38245.8141.3344.12
Hex4B429F353A026f6292c
Octal11310223765720463665154
Binary1001011100001010011111110101111010010011011110110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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