#4F459D

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

Shades of Blue Gem #4F459D

Tints of Blue Gem #4F459D

Color information

#4F459D (or 0x4F459D) is unknown color: approx Blue Gem. HEX triplet: 4F, 45 and 9D. RGB value is (79,69,157). Sum of RGB (Red+Green+Blue) = 79+69+157=305 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.90% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F459D is #B0BA62. Grayscale: #515151. Windows color (decimal): -11582051 or 10306895. OLE color: 10306895.

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

Color convert

RGB7969157-
CMYK0.500.5600.38
HSL246.82º38.94%44.31%-
HSV(B)246.82º56.05%61.57%-
XYZ11.448.3532.91-
YUV82.02170.31125.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.90%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=25.90%
G=22.62%
B=51.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79691570.500.5600.38246.8238.9444.31
Hex4F459D3238026f7272c
Octal11710523562700463674754
Binary1001111100010110011101110010111000010011011110111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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