Html Css Color HEX #4A2076 Blue Diamond

📋 copy color: '#4A2076'

red 74 ◦ green 32 ◦ blue 118

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

Shades of Blue Diamond #4A2076

Tints of Blue Diamond #4A2076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 33.04%
G = 14.29%
B = 52.68%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4A2076 (or 0x4A2076) is known color: Blue Diamond. HEX triplet: 4A, 20 and 76. RGB value is (74,32,118). Sum of RGB (Red+Green+Blue) = 74+32+118=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A2076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2076 is #B5DF89. Grayscale: #363636. Windows color (decimal): -11919242 or 7741514. OLE color: 7741514.

HSL color Cylindrical-coordinate representation of color #4A2076: hue angle of 269.3º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2076 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 32 118 -
CMYK 0.37 0.73 0 0.54
HSL 269.3º 0.57% 0.29% -
HSV(B) 269.3º 0.73% 0.46% -
XYZ 6.61 3.8 17.52 -
YUV 54.36 163.91 142.01 -
System Red Green Blue C M Y K H S L
Decimal 74 32 118 0.37 0.73 0 0.54 269.3 0.57 0.29
Hex 4A 20 76 25 49 0 36 10D 39 1D
Octal 112 40 166 45 111 0 66 415 71 35
Binary 1001010 100000 1110110 100101 1001001 0 110110 100001101 111001 11101

Color Harmonies of #4A2076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2076

Black with #4A2076

Text Example


Text Example

White with #4A2076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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