#4F2DA1

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

Shades of Blue Gem #4F2DA1

Tints of Blue Gem #4F2DA1

Color information

#4F2DA1 (or 0x4F2DA1) is unknown color: approx Blue Gem. HEX triplet: 4F, 2D and A1. RGB value is (79,45,161). Sum of RGB (Red+Green+Blue) = 79+45+161=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 161 (63.28% from 255 or 56.49% from 285); Max value from RGB is 161 - color contains mainly: blue. Hex color #4F2DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2DA1 is #B0D25E. Grayscale: #434343. Windows color (decimal): -11588191 or 10562895. OLE color: 10562895.

HSL color Cylindrical-coordinate representation of color #4F2DA1: hue angle of 257.59º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2DA1 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7945161-
CMYK0.510.7200.37
HSL257.59º56.31%40.39%-
HSV(B)257.59º72.05%63.14%-
XYZ10.66.1134.34-
YUV68.39180.26135.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.72%
GREEN value IS 45 (17.97% from 255) = 15.79%
BLUE value IS 161 (63.28% from 255) = 56.49%
R=27.72%
G=15.79%
B=56.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79451610.510.7200.37257.5956.3140.39
Hex4F2DA133480251023828
Octal11755241631100454027050
Binary10011111011011010000111001110010000100101100000010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,45,161); }

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

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

 a { background-color: rgb(79,45,161); }

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

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

 span { border-color: rgb(79,45,161); }

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