#4F3175

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

Shades of Blue Diamond #4F3175

Tints of Blue Diamond #4F3175

Color information

#4F3175 (or 0x4F3175) is unknown color: approx Blue Diamond. HEX triplet: 4F, 31 and 75. RGB value is (79,49,117). Sum of RGB (Red+Green+Blue) = 79+49+117=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #4F3175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3175 is #B0CE8A. Grayscale: #414141. Windows color (decimal): -11587211 or 7680335. OLE color: 7680335.

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

Color convert

RGB7949117-
CMYK0.320.5800.54
HSL266.47º40.96%32.55%-
HSV(B)266.47º58.12%45.88%-
XYZ7.535.1417.43-
YUV65.72156.94137.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.24%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=32.24%
G=20%
B=47.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal79491170.320.5800.54266.4740.9632.55
Hex4F3175203A03610a2921
Octal1176116540720664125141
Binary100111111000111101011000001110100110110100001010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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