#4B187D

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

Shades of Blue Diamond #4B187D

Tints of Blue Diamond #4B187D

Color information

#4B187D (or 0x4B187D) is unknown color: approx Blue Diamond. HEX triplet: 4B, 18 and 7D. RGB value is (75,24,125). Sum of RGB (Red+Green+Blue) = 75+24+125=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B187D is #B4E782. Grayscale: #323232. Windows color (decimal): -11855747 or 8198219. OLE color: 8198219.

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

Color convert

RGB7524125-
CMYK0.400.8100.51
HSL270.3º67.79%29.22%-
HSV(B)270.3º80.8%49.02%-
XYZ6.933.6319.74-
YUV50.76169.9145.29-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 125 (49.22% from 255) = 55.80%
R=33.48%
G=10.71%
B=55.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75241250.400.8100.51270.367.7929.22
Hex4B187D285103310e441d
Octal113301755012106341610435
Binary100101111000111110110100010100010110011100001110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,24,125); }

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

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

 a { background-color: rgb(75,24,125); }

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

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

 span { border-color: rgb(75,24,125); }

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