#4A3070

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

Shades of Blue Diamond #4A3070

Tints of Blue Diamond #4A3070

Color information

#4A3070 (or 0x4A3070) is unknown color: approx Blue Diamond. HEX triplet: 4A, 30 and 70. RGB value is (74,48,112). Sum of RGB (Red+Green+Blue) = 74+48+112=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #4A3070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3070 is #B5CF8F. Grayscale: #3E3E3E. Windows color (decimal): -11915152 or 7352394. OLE color: 7352394.

HSL color Cylindrical-coordinate representation of color #4A3070: hue angle of 264.38º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A3070 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7448112-
CMYK0.340.5700.56
HSL264.38º40%31.37%-
HSV(B)264.38º57.14%43.92%-
XYZ6.814.7415.89-
YUV63.07155.61135.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=31.62%
G=20.51%
B=47.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74481120.340.5700.56264.384031.37
Hex4A30702239038108281f
Octal1126016042710704105037
Binary10010101100001110000100010111001011100010000100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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