Html Css Color HEX #4A2572 Blue Diamond

📋 copy color: '#4A2572'

red 74 ◦ green 37 ◦ blue 114

#4A2572
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #4A2572

Tints of Blue Diamond #4A2572

RGB

 RED value IS 74 (29.3% from 255) = 32.89%

 GREEN value IS 37 (14.84% from 255) = 16.44%

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 32.89%
G = 16.44%
B = 50.67%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A2572 (or 0x4A2572) is known color: Blue Diamond. HEX triplet: 4A, 25 and 72. RGB value is (74,37,114). Sum of RGB (Red+Green+Blue) = 74+37+114=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A2572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2572 is #B5DA8D. Grayscale: #383838. Windows color (decimal): -11917966 or 7480650. OLE color: 7480650.

HSL color Cylindrical-coordinate representation of color #4A2572: hue angle of 268.83º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4A2572 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 37 114 -
CMYK 0.35 0.68 0 0.55
HSL 268.83º 0.51% 0.3% -
HSV(B) 268.83º 0.68% 0.45% -
XYZ 6.52 3.99 16.35 -
YUV 56.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 74 37 114 0.35 0.68 0 0.55 268.83 0.51 0.3
Hex 4A 25 72 23 44 0 37 10D 33 1E
Octal 112 45 162 43 104 0 67 415 63 36
Binary 1001010 100101 1110010 100011 1000100 0 110111 100001101 110011 11110

Color Harmonies of #4A2572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2572

Black with #4A2572

Text Example


Text Example

White with #4A2572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,37,114); }

 H1.HeaderClassName
 {
   color: #4A2572;
 }
 .AnyTagClassName
 {
   color: #4A2572;
 }
</style>

background-color css

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

 a { background-color: rgb(74,37,114); }

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

border-color css

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

 span { border-color: rgb(74,37,114); }

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