#4F1875

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

Shades of Blue Diamond #4F1875

Tints of Blue Diamond #4F1875

Color information

#4F1875 (or 0x4F1875) is unknown color: approx Blue Diamond. HEX triplet: 4F, 18 and 75. RGB value is (79,24,117). Sum of RGB (Red+Green+Blue) = 79+24+117=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F1875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1875 is #B0E78A. Grayscale: #323232. Windows color (decimal): -11593611 or 7673935. OLE color: 7673935.

HSL color Cylindrical-coordinate representation of color #4F1875: hue angle of 275.48º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F1875 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7924117-
CMYK0.320.7900.54
HSL275.48º65.96%27.65%-
HSV(B)275.48º79.49%45.88%-
XYZ6.763.617.17-
YUV51.05165.22147.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.91%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=35.91%
G=10.91%
B=53.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79241170.320.7900.54275.4865.9627.65
Hex4F1875204F036113421c
Octal117301654011706642310234
Binary100111111000111010110000010011110110110100010011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,24,117); }

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

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

 a { background-color: rgb(79,24,117); }

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

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

 span { border-color: rgb(79,24,117); }

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