#4A256E

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

Shades of Blue Diamond #4A256E

Tints of Blue Diamond #4A256E

Color information

#4A256E (or 0x4A256E) is unknown color: approx Blue Diamond. HEX triplet: 4A, 25 and 6E. RGB value is (74,37,110). Sum of RGB (Red+Green+Blue) = 74+37+110=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A256E is #B5DA91. Grayscale: #383838. Windows color (decimal): -11917970 or 7218506. OLE color: 7218506.

HSL color Cylindrical-coordinate representation of color #4A256E: hue angle of 270.41º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A256E is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7437110-
CMYK0.330.6600.57
HSL270.41º49.66%28.82%-
HSV(B)270.41º66.36%43.14%-
XYZ6.33.915.17-
YUV56.38158.26140.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 110 (43.36% from 255) = 49.77%
R=33.48%
G=16.74%
B=49.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74371100.330.6600.57270.4149.6628.82
Hex4A256E214203910e321d
Octal11245156411020714166235
Binary100101010010111011101000011000010011100110000111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,37,110); }

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

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

 a { background-color: rgb(74,37,110); }

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

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

 span { border-color: rgb(74,37,110); }

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