#4A187D

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

Shades of Blue Diamond #4A187D

Tints of Blue Diamond #4A187D

Color information

#4A187D (or 0x4A187D) is unknown color: approx Blue Diamond. HEX triplet: 4A, 18 and 7D. RGB value is (74,24,125). Sum of RGB (Red+Green+Blue) = 74+24+125=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A187D is #B5E782. Grayscale: #323232. Windows color (decimal): -11921283 or 8198218. OLE color: 8198218.

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

Color convert

RGB7424125-
CMYK0.410.8100.51
HSL269.7º67.79%29.22%-
HSV(B)269.7º80.8%49.02%-
XYZ6.853.5919.73-
YUV50.46170.06144.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 125 (49.22% from 255) = 56.05%
R=33.18%
G=10.76%
B=56.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74241250.410.8100.51269.767.7929.22
Hex4A187D295103310e441d
Octal112301755112106341610435
Binary100101011000111110110100110100010110011100001110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A187D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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