#4B3C8C

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

Shades of Blue Gem #4B3C8C

Tints of Blue Gem #4B3C8C

Color information

#4B3C8C (or 0x4B3C8C) is unknown color: approx Blue Gem. HEX triplet: 4B, 3C and 8C. RGB value is (75,60,140). Sum of RGB (Red+Green+Blue) = 75+60+140=275 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.27% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B3C8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3C8C is #B4C373. Grayscale: #494949. Windows color (decimal): -11846516 or 9190475. OLE color: 9190475.

HSL color Cylindrical-coordinate representation of color #4B3C8C: hue angle of 251.25º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B3C8C is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7560140-
CMYK0.460.5700.45
HSL251.25º40%39.22%-
HSV(B)251.25º57.14%54.9%-
XYZ9.256.6225.6-
YUV73.6165.47129-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.27%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=27.27%
G=21.82%
B=50.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75601400.460.5700.45251.254039.22
Hex4B3C8C2E3902Dfb2827
Octal1137421456710553735047
Binary100101111110010001100101110111001010110111111011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,60,140); }

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

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

 a { background-color: rgb(75,60,140); }

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

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

 span { border-color: rgb(75,60,140); }

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