#4B439F

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

Shades of Blue Gem #4B439F

Tints of Blue Gem #4B439F

Color information

#4B439F (or 0x4B439F) is unknown color: approx Blue Gem. HEX triplet: 4B, 43 and 9F. RGB value is (75,67,159). Sum of RGB (Red+Green+Blue) = 75+67+159=301 (39% of max value = 765). Red value is 75 (29.69% from 255 or 24.92% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #4B439F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B439F is #B4BC60. Grayscale: #4F4F4F. Windows color (decimal): -11844705 or 10437451. OLE color: 10437451.

HSL color Cylindrical-coordinate representation of color #4B439F: hue angle of 245.22º 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 #4B439F is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7567159-
CMYK0.530.5800.38
HSL245.22º40.71%44.31%-
HSV(B)245.22º57.86%62.35%-
XYZ11.178.0133.76-
YUV79.88172.65124.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.92%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=24.92%
G=22.26%
B=52.82%

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
Decimal75671590.530.5800.38245.2240.7144.31
Hex4B439F353A026f5292c
Octal11310323765720463655154
Binary1001011100001110011111110101111010010011011110101101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B439F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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