#4A1A7B

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

Shades of Blue Diamond #4A1A7B

Tints of Blue Diamond #4A1A7B

Color information

#4A1A7B (or 0x4A1A7B) is unknown color: approx Blue Diamond. HEX triplet: 4A, 1A and 7B. RGB value is (74,26,123). Sum of RGB (Red+Green+Blue) = 74+26+123=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #4A1A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1A7B is #B5E584. Grayscale: #333333. Windows color (decimal): -11920773 or 8067658. OLE color: 8067658.

HSL color Cylindrical-coordinate representation of color #4A1A7B: hue angle of 269.69º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1A7B is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7426123-
CMYK0.400.7900.52
HSL269.69º65.1%29.22%-
HSV(B)269.69º78.86%48.24%-
XYZ6.773.6219.08-
YUV51.41168.4144.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=33.18%
G=11.66%
B=55.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal74261230.400.7900.52269.6965.129.22
Hex4A1A7B284F03410e411d
Octal112321735011706441610135
Binary100101011010111101110100010011110110100100001110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,26,123); }

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

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

 a { background-color: rgb(74,26,123); }

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

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

 span { border-color: rgb(74,26,123); }

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