#4A3165

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

Shades of Blue Diamond #4A3165

Tints of Blue Diamond #4A3165

Color information

#4A3165 (or 0x4A3165) is unknown color: approx Blue Diamond. HEX triplet: 4A, 31 and 65. RGB value is (74,49,101). Sum of RGB (Red+Green+Blue) = 74+49+101=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A3165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3165 is #B5CE9A. Grayscale: #3E3E3E. Windows color (decimal): -11914907 or 6631754. OLE color: 6631754.

HSL color Cylindrical-coordinate representation of color #4A3165: hue angle of 268.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A3165 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7449101-
CMYK0.270.5100.60
HSL268.85º34.67%29.41%-
HSV(B)268.85º51.49%39.61%-
XYZ6.274.5912.87-
YUV62.4149.78136.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=33.04%
G=21.88%
B=45.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74491010.270.5100.60268.8534.6729.41
Hex4A31651B3303C10d231d
Octal1126114533630744154335
Binary1001010110001110010111011110011011110010000110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,49,101); }

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

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

 a { background-color: rgb(74,49,101); }

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

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

 span { border-color: rgb(74,49,101); }

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