#4D449C

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

Shades of Blue Gem #4D449C

Tints of Blue Gem #4D449C

Color information

#4D449C (or 0x4D449C) is unknown color: approx Blue Gem. HEX triplet: 4D, 44 and 9C. RGB value is (77,68,156). Sum of RGB (Red+Green+Blue) = 77+68+156=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D449C is #B2BB63. Grayscale: #505050. Windows color (decimal): -11713380 or 10241101. OLE color: 10241101.

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

Color convert

RGB7768156-
CMYK0.510.5600.39
HSL246.14º39.29%43.92%-
HSV(B)246.14º56.41%61.18%-
XYZ11.138.1132.43-
YUV80.72170.48125.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.58%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=25.58%
G=22.59%
B=51.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal77681560.510.5600.39246.1439.2943.92
Hex4D449C3338027f6272c
Octal11510423463700473664754
Binary1001101100010010011100110011111000010011111110110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,68,156); }

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

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

 a { background-color: rgb(77,68,156); }

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

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

 span { border-color: rgb(77,68,156); }

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