#4D3F8A

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

Shades of Blue Gem #4D3F8A

Tints of Blue Gem #4D3F8A

Color information

#4D3F8A (or 0x4D3F8A) is unknown color: approx Blue Gem. HEX triplet: 4D, 3F and 8A. RGB value is (77,63,138). Sum of RGB (Red+Green+Blue) = 77+63+138=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D3F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3F8A is #B2C075. Grayscale: #4B4B4B. Windows color (decimal): -11714678 or 9060173. OLE color: 9060173.

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

Color convert

RGB7763138-
CMYK0.440.5400.46
HSL251.2º37.31%39.41%-
HSV(B)251.2º54.35%54.12%-
XYZ9.436.9724.89-
YUV75.74163.14128.9-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.70%
GREEN value IS 63 (25% from 255) = 22.66%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=27.70%
G=22.66%
B=49.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77631380.440.5400.46251.237.3139.41
Hex4D3F8A2C3602Efb2527
Octal1157721254660563734547
Binary100110111111110001010101100110110010111011111011100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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