#4F348E

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

Shades of Blue Gem #4F348E

Tints of Blue Gem #4F348E

Color information

#4F348E (or 0x4F348E) is unknown color: approx Blue Gem. HEX triplet: 4F, 34 and 8E. RGB value is (79,52,142). Sum of RGB (Red+Green+Blue) = 79+52+142=273 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.94% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 142 (55.86% from 255 or 52.01% from 273); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F348E is #B0CB71. Grayscale: #464646. Windows color (decimal): -11586418 or 9319503. OLE color: 9319503.

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

Color convert

RGB7952142-
CMYK0.440.6300.44
HSL258º46.39%38.04%-
HSV(B)258º63.38%55.69%-
XYZ9.336.0726.27-
YUV70.33168.45134.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.94%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 142 (55.86% from 255) = 52.01%
R=28.94%
G=19.05%
B=52.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79521420.440.6300.4425846.3938.04
Hex4F348E2C3F02C1022e26
Octal1176421654770544025646
Binary1001111110100100011101011001111110101100100000010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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