#4F2480

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

Shades of Blue Diamond #4F2480

Tints of Blue Diamond #4F2480

Color information

#4F2480 (or 0x4F2480) is unknown color: approx Blue Diamond. HEX triplet: 4F, 24 and 80. RGB value is (79,36,128). Sum of RGB (Red+Green+Blue) = 79+36+128=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #4F2480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F2480 is #B0DB7F. Grayscale: #3B3B3B. Windows color (decimal): -11590528 or 8397903. OLE color: 8397903.

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

Color convert

RGB7936128-
CMYK0.380.7200.50
HSL268.04º56.1%32.16%-
HSV(B)268.04º71.88%50.2%-
XYZ7.754.4820.88-
YUV59.34166.75142.02-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.51%
GREEN value IS 36 (14.45% from 255) = 14.81%
BLUE value IS 128 (50.39% from 255) = 52.67%
R=32.51%
G=14.81%
B=52.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79361280.380.7200.50268.0456.132.16
Hex4F2480264803210c3820
Octal11744200461100624147040
Binary10011111001001000000010011010010000110010100001100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,36,128); }

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

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

 a { background-color: rgb(79,36,128); }

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

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

 span { border-color: rgb(79,36,128); }

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