#4B186C

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

Shades of Blue Diamond #4B186C

Tints of Blue Diamond #4B186C

Color information

#4B186C (or 0x4B186C) is unknown color: approx Blue Diamond. HEX triplet: 4B, 18 and 6C. RGB value is (75,24,108). Sum of RGB (Red+Green+Blue) = 75+24+108=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B186C is #B4E793. Grayscale: #303030. Windows color (decimal): -11855764 or 7084107. OLE color: 7084107.

HSL color Cylindrical-coordinate representation of color #4B186C: hue angle of 276.43º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B186C is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7524108-
CMYK0.310.7800.58
HSL276.43º63.64%25.88%-
HSV(B)276.43º77.78%42.35%-
XYZ5.943.2314.5-
YUV48.82161.4146.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.23%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=36.23%
G=11.59%
B=52.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75241080.310.7800.58276.4363.6425.88
Hex4B186C1F4E03A114401a
Octal113301543711607242410032
Binary10010111100011011001111110011100111010100010100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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