#4F3471

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

Shades of Blue Diamond #4F3471

Tints of Blue Diamond #4F3471

Color information

#4F3471 (or 0x4F3471) is unknown color: approx Blue Diamond. HEX triplet: 4F, 34 and 71. RGB value is (79,52,113). Sum of RGB (Red+Green+Blue) = 79+52+113=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F3471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3471 is #B0CB8E. Grayscale: #424242. Windows color (decimal): -11586447 or 7418959. OLE color: 7418959.

HSL color Cylindrical-coordinate representation of color #4F3471: hue angle of 266.56º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F3471 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7952113-
CMYK0.300.5400.56
HSL266.56º36.97%32.35%-
HSV(B)266.56º53.98%44.31%-
XYZ7.435.3116.26-
YUV67.03153.95136.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.38%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 113 (44.53% from 255) = 46.31%
R=32.38%
G=21.31%
B=46.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79521130.300.5400.56266.5636.9732.35
Hex4F34711E3603810b2520
Octal1176416136660704134540
Binary10011111101001110001111101101100111000100001011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,52,113); }

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

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

 a { background-color: rgb(79,52,113); }

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

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

 span { border-color: rgb(79,52,113); }

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