#4B207C

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

Shades of Blue Diamond #4B207C

Tints of Blue Diamond #4B207C

Color information

#4B207C (or 0x4B207C) is unknown color: approx Blue Diamond. HEX triplet: 4B, 20 and 7C. RGB value is (75,32,124). Sum of RGB (Red+Green+Blue) = 75+32+124=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B207C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B207C is #B4DF83. Grayscale: #373737. Windows color (decimal): -11853700 or 8134731. OLE color: 8134731.

HSL color Cylindrical-coordinate representation of color #4B207C: hue angle of 268.04º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4B207C is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7532124-
CMYK0.400.7400.51
HSL268.04º58.97%30.59%-
HSV(B)268.04º74.19%48.63%-
XYZ7.063.9819.47-
YUV55.35166.75142.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.47%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=32.47%
G=13.85%
B=53.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75321240.400.7400.51268.0458.9730.59
Hex4B207C284A03310c3b1f
Octal11340174501120634147337
Binary100101110000011111001010001001010011001110000110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,124); }

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

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

 a { background-color: rgb(75,32,124); }

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

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

 span { border-color: rgb(75,32,124); }

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