Html Css Color HEX #4A3172 Blue Diamond

📋 copy color: '#4A3172'

red 74 ◦ green 49 ◦ blue 114

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

Shades of Blue Diamond #4A3172

Tints of Blue Diamond #4A3172

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

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

R = 31.22%
G = 20.68%
B = 48.1%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A3172 (or 0x4A3172) is known color: Blue Diamond. HEX triplet: 4A, 31 and 72. RGB value is (74,49,114). Sum of RGB (Red+Green+Blue) = 74+49+114=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A3172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3172 is #B5CE8D. Grayscale: #3F3F3F. Windows color (decimal): -11914894 or 7483722. OLE color: 7483722.

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

Color convert

RGB 74 49 114 -
CMYK 0.35 0.57 0 0.55
HSL 263.08º 0.4% 0.32% -
HSV(B) 263.08º 0.57% 0.45% -
XYZ 6.96 4.87 16.49 -
YUV 63.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 74 49 114 0.35 0.57 0 0.55 263.08 0.4 0.32
Hex 4A 31 72 23 39 0 37 107 28 20
Octal 112 61 162 43 71 0 67 407 50 40
Binary 1001010 110001 1110010 100011 111001 0 110111 100000111 101000 100000

Color Harmonies of #4A3172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3172

Black with #4A3172

Text Example


Text Example

White with #4A3172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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