#4B3167

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

Shades of Blue Diamond #4B3167

Tints of Blue Diamond #4B3167

Color information

#4B3167 (or 0x4B3167) is unknown color: approx Blue Diamond. HEX triplet: 4B, 31 and 67. RGB value is (75,49,103). Sum of RGB (Red+Green+Blue) = 75+49+103=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 103 - color contains mainly: blue. Hex color #4B3167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3167 is #B4CE98. Grayscale: #3E3E3E. Windows color (decimal): -11849369 or 6762827. OLE color: 6762827.

HSL color Cylindrical-coordinate representation of color #4B3167: hue angle of 268.89º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B3167 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7549103-
CMYK0.270.5200.60
HSL268.89º35.53%29.8%-
HSV(B)268.89º52.43%40.39%-
XYZ6.454.6713.39-
YUV62.93150.61136.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=33.04%
G=21.59%
B=45.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal75491030.270.5200.60268.8935.5329.8
Hex4B31671B3403C10d241e
Octal1136114733640744154436
Binary1001011110001110011111011110100011110010000110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,103); }

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

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

 a { background-color: rgb(75,49,103); }

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

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

 span { border-color: rgb(75,49,103); }

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