#4A197D

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

Shades of Blue Diamond #4A197D

Tints of Blue Diamond #4A197D

Color information

#4A197D (or 0x4A197D) is unknown color: approx Blue Diamond. HEX triplet: 4A, 19 and 7D. RGB value is (74,25,125). Sum of RGB (Red+Green+Blue) = 74+25+125=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 125 (49.22% from 255 or 55.80% from 224); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A197D is #B5E682. Grayscale: #323232. Windows color (decimal): -11921027 or 8198474. OLE color: 8198474.

HSL color Cylindrical-coordinate representation of color #4A197D: hue angle of 269.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A197D is Cyan = 0.41, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7425125-
CMYK0.410.800.51
HSL269.4º66.67%29.41%-
HSV(B)269.4º80%49.02%-
XYZ6.873.6319.74-
YUV51.05169.73144.37-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.04%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 125 (49.22% from 255) = 55.80%
R=33.04%
G=11.16%
B=55.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74251250.410.800.51269.466.6729.41
Hex4A197D295003310d431d
Octal112311755112006341510335
Binary100101011001111110110100110100000110011100001101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,25,125); }

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

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

 a { background-color: rgb(74,25,125); }

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

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

 span { border-color: rgb(74,25,125); }

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