#4A1E77

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

Shades of Blue Diamond #4A1E77

Tints of Blue Diamond #4A1E77

Color information

#4A1E77 (or 0x4A1E77) is unknown color: approx Blue Diamond. HEX triplet: 4A, 1E and 77. RGB value is (74,30,119). Sum of RGB (Red+Green+Blue) = 74+30+119=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A1E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1E77 is #B5E188. Grayscale: #343434. Windows color (decimal): -11919753 or 7806538. OLE color: 7806538.

HSL color Cylindrical-coordinate representation of color #4A1E77: hue angle of 269.66º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4A1E77 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7430119-
CMYK0.380.7500.53
HSL269.66º59.73%29.22%-
HSV(B)269.66º74.79%46.67%-
XYZ6.623.7217.82-
YUV53.3165.08142.76-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 30 (12.11% from 255) = 13.45%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=33.18%
G=13.45%
B=53.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74301190.380.7500.53269.6659.7329.22
Hex4A1E77264B03510e3c1d
Octal11236167461130654167435
Binary10010101111011101111001101001011011010110000111011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,30,119); }

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

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

 a { background-color: rgb(74,30,119); }

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

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

 span { border-color: rgb(74,30,119); }

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