#4B197C

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

Shades of Blue Diamond #4B197C

Tints of Blue Diamond #4B197C

Color information

#4B197C (or 0x4B197C) is unknown color: approx Blue Diamond. HEX triplet: 4B, 19 and 7C. RGB value is (75,25,124). Sum of RGB (Red+Green+Blue) = 75+25+124=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B197C is #B4E683. Grayscale: #323232. Windows color (decimal): -11855492 or 8132939. OLE color: 8132939.

HSL color Cylindrical-coordinate representation of color #4B197C: hue angle of 270.3º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B197C is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7525124-
CMYK0.400.8000.51
HSL270.3º66.44%29.22%-
HSV(B)270.3º79.84%48.63%-
XYZ6.893.6519.41-
YUV51.24169.06144.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 124 (48.83% from 255) = 55.36%
R=33.48%
G=11.16%
B=55.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75251240.400.8000.51270.366.4429.22
Hex4B197C285003310e421d
Octal113311745012006341610235
Binary100101111001111110010100010100000110011100001110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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