#4B187B

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

Shades of Blue Diamond #4B187B

Tints of Blue Diamond #4B187B

Color information

#4B187B (or 0x4B187B) is unknown color: approx Blue Diamond. HEX triplet: 4B, 18 and 7B. RGB value is (75,24,123). Sum of RGB (Red+Green+Blue) = 75+24+123=222 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.78% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B187B is #B4E784. Grayscale: #323232. Windows color (decimal): -11855749 or 8067147. OLE color: 8067147.

HSL color Cylindrical-coordinate representation of color #4B187B: hue angle of 270.91º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B187B is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7524123-
CMYK0.390.8000.52
HSL270.91º67.35%28.82%-
HSV(B)270.91º80.49%48.24%-
XYZ6.83.5819.07-
YUV50.54168.9145.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.78%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=33.78%
G=10.81%
B=55.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75241230.390.8000.52270.9167.3528.82
Hex4B187B275003410f431d
Octal113301734712006441710335
Binary100101111000111101110011110100000110100100001111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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