#4F3572

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

Shades of Blue Diamond #4F3572

Tints of Blue Diamond #4F3572

Color information

#4F3572 (or 0x4F3572) is unknown color: approx Blue Diamond. HEX triplet: 4F, 35 and 72. RGB value is (79,53,114). Sum of RGB (Red+Green+Blue) = 79+53+114=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F3572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3572 is #B0CA8D. Grayscale: #434343. Windows color (decimal): -11586190 or 7484751. OLE color: 7484751.

HSL color Cylindrical-coordinate representation of color #4F3572: hue angle of 265.57º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F3572 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7953114-
CMYK0.310.5400.55
HSL265.57º36.53%32.75%-
HSV(B)265.57º53.51%44.71%-
XYZ7.535.4216.57-
YUV67.73154.11136.04-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.11%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=32.11%
G=21.54%
B=46.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal79531140.310.5400.55265.5736.5332.75
Hex4F35721F3603710a2521
Octal1176516237660674124541
Binary10011111101011110010111111101100110111100001010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,53,114); }

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

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

 a { background-color: rgb(79,53,114); }

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

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

 span { border-color: rgb(79,53,114); }

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