#4D348A

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

Shades of Blue Gem #4D348A

Tints of Blue Gem #4D348A

Color information

#4D348A (or 0x4D348A) is unknown color: approx Blue Gem. HEX triplet: 4D, 34 and 8A. RGB value is (77,52,138). Sum of RGB (Red+Green+Blue) = 77+52+138=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D348A is #B2CB75. Grayscale: #444444. Windows color (decimal): -11717494 or 9057357. OLE color: 9057357.

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

Color convert

RGB7752138-
CMYK0.440.6200.46
HSL257.44º45.26%37.25%-
HSV(B)257.44º62.32%54.12%-
XYZ8.885.8724.71-
YUV69.28166.78133.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.84%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=28.84%
G=19.48%
B=51.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77521380.440.6200.46257.4445.2637.25
Hex4D348A2C3E02E1012d25
Octal1156421254760564015545
Binary1001101110100100010101011001111100101110100000001101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,138); }

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

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

 a { background-color: rgb(77,52,138); }

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

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

 span { border-color: rgb(77,52,138); }

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