#4F2F8E

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

Shades of Blue Gem #4F2F8E

Tints of Blue Gem #4F2F8E

Color information

#4F2F8E (or 0x4F2F8E) is unknown color: approx Blue Gem. HEX triplet: 4F, 2F and 8E. RGB value is (79,47,142). Sum of RGB (Red+Green+Blue) = 79+47+142=268 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.48% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F2F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2F8E is #B0D071. Grayscale: #434343. Windows color (decimal): -11587698 or 9318223. OLE color: 9318223.

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

Color convert

RGB7947142-
CMYK0.440.6700.44
HSL260.21º50.26%37.06%-
HSV(B)260.21º66.9%55.69%-
XYZ9.125.6526.2-
YUV67.4170.1136.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.48%
GREEN value IS 47 (18.75% from 255) = 17.54%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=29.48%
G=17.54%
B=52.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79471420.440.6700.44260.2150.2637.06
Hex4F2F8E2C4302C1043225
Octal11757216541030544046245
Binary10011111011111000111010110010000110101100100000100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,47,142); }

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

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

 a { background-color: rgb(79,47,142); }

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

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

 span { border-color: rgb(79,47,142); }

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