#4A336B

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

Shades of Blue Diamond #4A336B

Tints of Blue Diamond #4A336B

Color information

#4A336B (or 0x4A336B) is unknown color: approx Blue Diamond. HEX triplet: 4A, 33 and 6B. RGB value is (74,51,107). Sum of RGB (Red+Green+Blue) = 74+51+107=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A336B is #B5CC94. Grayscale: #404040. Windows color (decimal): -11914389 or 7025482. OLE color: 7025482.

HSL color Cylindrical-coordinate representation of color #4A336B: hue angle of 264.64º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A336B is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7451107-
CMYK0.310.5200.58
HSL264.64º35.44%30.98%-
HSV(B)264.64º52.34%41.96%-
XYZ6.664.8914.5-
YUV64.26152.12134.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.90%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=31.90%
G=21.98%
B=46.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74511070.310.5200.58264.6435.4430.98
Hex4A336B1F3403A109231f
Octal1126315337640724114337
Binary1001010110011110101111111110100011101010000100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,51,107); }

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

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

 a { background-color: rgb(74,51,107); }

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

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

 span { border-color: rgb(74,51,107); }

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