#4D3388

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

Shades of Blue Gem #4D3388

Tints of Blue Gem #4D3388

Color information

#4D3388 (or 0x4D3388) is unknown color: approx Blue Gem. HEX triplet: 4D, 33 and 88. RGB value is (77,51,136). Sum of RGB (Red+Green+Blue) = 77+51+136=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 136 (53.52% from 255 or 51.52% from 264); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D3388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3388 is #B2CC77. Grayscale: #444444. Windows color (decimal): -11717752 or 8926029. OLE color: 8926029.

HSL color Cylindrical-coordinate representation of color #4D3388: hue angle of 258.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D3388 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7751136-
CMYK0.430.6200.47
HSL258.35º45.45%36.67%-
HSV(B)258.35º62.5%53.33%-
XYZ8.695.7223.94-
YUV68.46166.11134.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.17%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 136 (53.52% from 255) = 51.52%
R=29.17%
G=19.32%
B=51.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77511360.430.6200.47258.3545.4536.67
Hex4D33882B3E02F1022d25
Octal1156321053760574025545
Binary1001101110011100010001010111111100101111100000010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,136); }

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

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

 a { background-color: rgb(77,51,136); }

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

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

 span { border-color: rgb(77,51,136); }

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