#4F3DA3

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

Shades of Blue Gem #4F3DA3

Tints of Blue Gem #4F3DA3

Color information

#4F3DA3 (or 0x4F3DA3) is unknown color: approx Blue Gem. HEX triplet: 4F, 3D and A3. RGB value is (79,61,163). Sum of RGB (Red+Green+Blue) = 79+61+163=303 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.07% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #4F3DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3DA3 is #B0C25C. Grayscale: #4D4D4D. Windows color (decimal): -11584093 or 10698063. OLE color: 10698063.

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

Color convert

RGB7961163-
CMYK0.520.6300.36
HSL250.59º45.54%43.92%-
HSV(B)250.59º62.58%63.92%-
XYZ11.57.6435.52-
YUV78.01175.96128.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.07%
GREEN value IS 61 (24.22% from 255) = 20.13%
BLUE value IS 163 (64.06% from 255) = 53.80%
R=26.07%
G=20.13%
B=53.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal79611630.520.6300.36250.5945.5443.92
Hex4F3DA3343F024fb2e2c
Octal1177524364770443735654
Binary100111111110110100011110100111111010010011111011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,61,163); }

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

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

 a { background-color: rgb(79,61,163); }

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

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

 span { border-color: rgb(79,61,163); }

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