#4B388C

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

Shades of Blue Gem #4B388C

Tints of Blue Gem #4B388C

Color information

#4B388C (or 0x4B388C) is unknown color: approx Blue Gem. HEX triplet: 4B, 38 and 8C. RGB value is (75,56,140). Sum of RGB (Red+Green+Blue) = 75+56+140=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #4B388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B388C is #B4C773. Grayscale: #464646. Windows color (decimal): -11847540 or 9189451. OLE color: 9189451.

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

Color convert

RGB7556140-
CMYK0.460.600.45
HSL253.57º42.86%38.43%-
HSV(B)253.57º60%54.9%-
XYZ9.056.2225.53-
YUV71.26166.79130.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=27.68%
G=20.66%
B=51.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75561400.460.600.45253.5742.8638.43
Hex4B388C2E3C02Dfe2b26
Octal1137021456740553765346
Binary100101111100010001100101110111100010110111111110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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