#4A2F75

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

Shades of Blue Diamond #4A2F75

Tints of Blue Diamond #4A2F75

Color information

#4A2F75 (or 0x4A2F75) is unknown color: approx Blue Diamond. HEX triplet: 4A, 2F and 75. RGB value is (74,47,117). Sum of RGB (Red+Green+Blue) = 74+47+117=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #4A2F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2F75 is #B5D08A. Grayscale: #3E3E3E. Windows color (decimal): -11915403 or 7679818. OLE color: 7679818.

HSL color Cylindrical-coordinate representation of color #4A2F75: hue angle of 263.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A2F75 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7447117-
CMYK0.370.6000.54
HSL263.14º42.68%32.16%-
HSV(B)263.14º59.83%45.88%-
XYZ7.054.7717.38-
YUV63.05158.45135.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=31.09%
G=19.75%
B=49.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74471170.370.6000.54263.1442.6832.16
Hex4A2F75253C0361072b20
Octal1125716545740664075340
Binary100101010111111101011001011111000110110100000111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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