#4A2477

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

Shades of Blue Diamond #4A2477

Tints of Blue Diamond #4A2477

Color information

#4A2477 (or 0x4A2477) is unknown color: approx Blue Diamond. HEX triplet: 4A, 24 and 77. RGB value is (74,36,119). Sum of RGB (Red+Green+Blue) = 74+36+119=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A2477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2477 is #B5DB88. Grayscale: #383838. Windows color (decimal): -11918217 or 7808074. OLE color: 7808074.

HSL color Cylindrical-coordinate representation of color #4A2477: hue angle of 267.47º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A2477 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7436119-
CMYK0.380.7000.53
HSL267.47º53.55%30.39%-
HSV(B)267.47º69.75%46.67%-
XYZ6.784.0517.88-
YUV56.82163.09140.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.31%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 119 (46.88% from 255) = 51.97%
R=32.31%
G=15.72%
B=51.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74361190.380.7000.53267.4753.5530.39
Hex4A2477264603510b361e
Octal11244167461060654136636
Binary100101010010011101111001101000110011010110000101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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