#4F458D

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

Shades of Blue Gem #4F458D

Tints of Blue Gem #4F458D

Color information

#4F458D (or 0x4F458D) is unknown color: approx Blue Gem. HEX triplet: 4F, 45 and 8D. RGB value is (79,69,141). Sum of RGB (Red+Green+Blue) = 79+69+141=289 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.34% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F458D is #B0BA72. Grayscale: #4F4F4F. Windows color (decimal): -11582067 or 9258319. OLE color: 9258319.

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

Color convert

RGB7969141-
CMYK0.440.5100.45
HSL248.33º34.29%41.18%-
HSV(B)248.33º51.06%55.29%-
XYZ10.167.8426.18-
YUV80.2162.31127.15-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.34%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=27.34%
G=23.88%
B=48.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal79691410.440.5100.45248.3334.2941.18
Hex4F458D2C3302Df82229
Octal11710521554630553704251
Binary1001111100010110001101101100110011010110111111000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,69,141); }

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

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

 a { background-color: rgb(79,69,141); }

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

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

 span { border-color: rgb(79,69,141); }

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