#4F2378

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

Shades of Blue Diamond #4F2378

Tints of Blue Diamond #4F2378

Color information

#4F2378 (or 0x4F2378) is unknown color: approx Blue Diamond. HEX triplet: 4F, 23 and 78. RGB value is (79,35,120). Sum of RGB (Red+Green+Blue) = 79+35+120=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F2378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2378 is #B0DC87. Grayscale: #393939. Windows color (decimal): -11590792 or 7873359. OLE color: 7873359.

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

Color convert

RGB7935120-
CMYK0.340.7100.53
HSL271.06º54.84%30.39%-
HSV(B)271.06º70.83%47.06%-
XYZ7.224.2218.2-
YUV57.85163.08143.09-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.76%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=33.76%
G=14.96%
B=51.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79351200.340.7100.53271.0654.8430.39
Hex4F2378224703510f371e
Octal11743170421070654176736
Binary100111110001111110001000101000111011010110000111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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