#4F458E

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

Shades of Blue Gem #4F458E

Tints of Blue Gem #4F458E

Color information

#4F458E (or 0x4F458E) is unknown color: approx Blue Gem. HEX triplet: 4F, 45 and 8E. RGB value is (79,69,142). Sum of RGB (Red+Green+Blue) = 79+69+142=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F458E is #B0BA71. Grayscale: #505050. Windows color (decimal): -11582066 or 9323855. OLE color: 9323855.

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

Color convert

RGB7969142-
CMYK0.440.5100.44
HSL248.22º34.6%41.37%-
HSV(B)248.22º51.41%55.69%-
XYZ10.247.8726.57-
YUV80.31162.81127.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.24%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 142 (55.86% from 255) = 48.97%
R=27.24%
G=23.79%
B=48.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79691420.440.5100.44248.2234.641.37
Hex4F458E2C3302Cf82329
Octal11710521654630543704351
Binary1001111100010110001110101100110011010110011111000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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