#4F2278

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

Shades of Blue Diamond #4F2278

Tints of Blue Diamond #4F2278

Color information

#4F2278 (or 0x4F2278) is unknown color: approx Blue Diamond. HEX triplet: 4F, 22 and 78. RGB value is (79,34,120). Sum of RGB (Red+Green+Blue) = 79+34+120=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F2278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2278 is #B0DD87. Grayscale: #383838. Windows color (decimal): -11591048 or 7873103. OLE color: 7873103.

HSL color Cylindrical-coordinate representation of color #4F2278: hue angle of 271.4º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F2278 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7934120-
CMYK0.340.7200.53
HSL271.4º55.84%30.2%-
HSV(B)271.4º71.67%47.06%-
XYZ7.194.1618.19-
YUV57.26163.41143.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=33.91%
G=14.59%
B=51.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79341200.340.7200.53271.455.8430.2
Hex4F2278224803510f381e
Octal11742170421100654177036
Binary100111110001011110001000101001000011010110000111111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,34,120); }

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

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

 a { background-color: rgb(79,34,120); }

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

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

 span { border-color: rgb(79,34,120); }

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