#4A2175

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

Shades of Blue Diamond #4A2175

Tints of Blue Diamond #4A2175

Color information

#4A2175 (or 0x4A2175) is unknown color: approx Blue Diamond. HEX triplet: 4A, 21 and 75. RGB value is (74,33,117). Sum of RGB (Red+Green+Blue) = 74+33+117=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A2175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2175 is #B5DE8A. Grayscale: #363636. Windows color (decimal): -11918987 or 7676234. OLE color: 7676234.

HSL color Cylindrical-coordinate representation of color #4A2175: hue angle of 269.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A2175 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7433117-
CMYK0.370.7200.54
HSL269.29º56%29.41%-
HSV(B)269.29º71.79%45.88%-
XYZ6.583.8317.22-
YUV54.84163.08141.67-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=33.04%
G=14.73%
B=52.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74331170.370.7200.54269.295629.41
Hex4A2175254803610d381d
Octal11241165451100664157035
Binary100101010000111101011001011001000011011010000110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,33,117); }

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

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

 a { background-color: rgb(74,33,117); }

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

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

 span { border-color: rgb(74,33,117); }

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