#4F318C

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

Shades of Blue Gem #4F318C

Tints of Blue Gem #4F318C

Color information

#4F318C (or 0x4F318C) is unknown color: approx Blue Gem. HEX triplet: 4F, 31 and 8C. RGB value is (79,49,140). Sum of RGB (Red+Green+Blue) = 79+49+140=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #4F318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F318C is #B0CE73. Grayscale: #444444. Windows color (decimal): -11587188 or 9187663. OLE color: 9187663.

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

Color convert

RGB7949140-
CMYK0.440.6500.45
HSL259.78º48.15%37.06%-
HSV(B)259.78º65%54.9%-
XYZ9.065.7525.44-
YUV68.34168.44135.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=29.48%
G=18.28%
B=52.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79491400.440.6500.45259.7848.1537.06
Hex4F318C2C4102D1043025
Octal11761214541010554046045
Binary10011111100011000110010110010000010101101100000100110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,49,140); }

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

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

 a { background-color: rgb(79,49,140); }

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

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

 span { border-color: rgb(79,49,140); }

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