Html Css Color HEX #4A2072 Blue Diamond

📋 copy color: '#4A2072'

red 74 ◦ green 32 ◦ blue 114

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

Shades of Blue Diamond #4A2072

Tints of Blue Diamond #4A2072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.55%

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

R = 33.64%
G = 14.55%
B = 51.82%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A2072 (or 0x4A2072) is known color: Blue Diamond. HEX triplet: 4A, 20 and 72. RGB value is (74,32,114). Sum of RGB (Red+Green+Blue) = 74+32+114=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A2072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2072 is #B5DF8D. Grayscale: #353535. Windows color (decimal): -11919246 or 7479370. OLE color: 7479370.

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

Color convert

RGB 74 32 114 -
CMYK 0.35 0.72 0 0.55
HSL 270.73º 0.56% 0.29% -
HSV(B) 270.73º 0.72% 0.45% -
XYZ 6.38 3.7 16.3 -
YUV 53.91 161.91 142.33 -
System Red Green Blue C M Y K H S L
Decimal 74 32 114 0.35 0.72 0 0.55 270.73 0.56 0.29
Hex 4A 20 72 23 48 0 37 10F 38 1D
Octal 112 40 162 43 110 0 67 417 70 35
Binary 1001010 100000 1110010 100011 1001000 0 110111 100001111 111000 11101

Color Harmonies of #4A2072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2072

Black with #4A2072

Text Example


Text Example

White with #4A2072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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