#4A276E

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

Shades of Blue Diamond #4A276E

Tints of Blue Diamond #4A276E

Color information

#4A276E (or 0x4A276E) is unknown color: approx Blue Diamond. HEX triplet: 4A, 27 and 6E. RGB value is (74,39,110). Sum of RGB (Red+Green+Blue) = 74+39+110=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #4A276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A276E is #B5D891. Grayscale: #393939. Windows color (decimal): -11917458 or 7219018. OLE color: 7219018.

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

Color convert

RGB7439110-
CMYK0.330.6500.57
HSL269.58º47.65%29.22%-
HSV(B)269.58º64.55%43.14%-
XYZ6.364.0315.19-
YUV57.56157.6139.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=33.18%
G=17.49%
B=49.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal74391100.330.6500.57269.5847.6529.22
Hex4A276E214103910e301d
Octal11247156411010714166035
Binary100101010011111011101000011000001011100110000111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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