#4B3174

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

Shades of Blue Diamond #4B3174

Tints of Blue Diamond #4B3174

Color information

#4B3174 (or 0x4B3174) is unknown color: approx Blue Diamond. HEX triplet: 4B, 31 and 74. RGB value is (75,49,116). Sum of RGB (Red+Green+Blue) = 75+49+116=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #4B3174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3174 is #B4CE8B. Grayscale: #404040. Windows color (decimal): -11849356 or 7614795. OLE color: 7614795.

HSL color Cylindrical-coordinate representation of color #4B3174: hue angle of 263.28º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B3174 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7549116-
CMYK0.350.5800.55
HSL263.28º40.61%32.35%-
HSV(B)263.28º57.76%45.49%-
XYZ7.154.9517.1-
YUV64.41157.11135.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 116 (45.70% from 255) = 48.33%
R=31.25%
G=20.42%
B=48.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75491160.350.5800.55263.2840.6132.35
Hex4B3174233A0371072920
Octal1136116443720674075140
Binary100101111000111101001000111110100110111100000111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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