#4A3073

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

Shades of Blue Diamond #4A3073

Tints of Blue Diamond #4A3073

Color information

#4A3073 (or 0x4A3073) is unknown color: approx Blue Diamond. HEX triplet: 4A, 30 and 73. RGB value is (74,48,115). Sum of RGB (Red+Green+Blue) = 74+48+115=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A3073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3073 is #B5CF8C. Grayscale: #3F3F3F. Windows color (decimal): -11915149 or 7549002. OLE color: 7549002.

HSL color Cylindrical-coordinate representation of color #4A3073: 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 #4A3073 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7448115-
CMYK0.360.5800.55
HSL263.28º41.1%31.96%-
HSV(B)263.28º58.26%45.1%-
XYZ6.984.8116.78-
YUV63.41157.11135.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.22%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 115 (45.31% from 255) = 48.52%
R=31.22%
G=20.25%
B=48.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74481150.360.5800.55263.2841.131.96
Hex4A3073243A0371072920
Octal1126016344720674075140
Binary100101011000011100111001001110100110111100000111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,48,115); }

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

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

 a { background-color: rgb(74,48,115); }

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

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

 span { border-color: rgb(74,48,115); }

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