#4D469A

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

Shades of Blue Gem #4D469A

Tints of Blue Gem #4D469A

Color information

#4D469A (or 0x4D469A) is unknown color: approx Blue Gem. HEX triplet: 4D, 46 and 9A. RGB value is (77,70,154). Sum of RGB (Red+Green+Blue) = 77+70+154=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D469A is #B2B965. Grayscale: #515151. Windows color (decimal): -11712870 or 10110541. OLE color: 10110541.

HSL color Cylindrical-coordinate representation of color #4D469A: hue angle of 245º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D469A is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7770154-
CMYK0.500.5500.40
HSL245º37.5%43.92%-
HSV(B)245º54.55%60.39%-
XYZ11.088.2931.59-
YUV81.67168.82124.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.58%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 154 (60.55% from 255) = 51.16%
R=25.58%
G=23.26%
B=51.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal77701540.500.5500.4024537.543.92
Hex4D469A3237028f5252c
Octal11510623262670503654554
Binary1001101100011010011010110010110111010100011110101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,70,154); }

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

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

 a { background-color: rgb(77,70,154); }

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

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

 span { border-color: rgb(77,70,154); }

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