Html Css Color HEX #4A2077 Blue Diamond

📋 copy color: '#4A2077'

red 74 ◦ green 32 ◦ blue 119

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

Shades of Blue Diamond #4A2077

Tints of Blue Diamond #4A2077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 32.89%
G = 14.22%
B = 52.89%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A2077 (or 0x4A2077) is known color: Blue Diamond. HEX triplet: 4A, 20 and 77. RGB value is (74,32,119). Sum of RGB (Red+Green+Blue) = 74+32+119=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A2077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2077 is #B5DF88. Grayscale: #363636. Windows color (decimal): -11919241 or 7807050. OLE color: 7807050.

HSL color Cylindrical-coordinate representation of color #4A2077: hue angle of 268.97º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A2077 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 32 119 -
CMYK 0.38 0.73 0 0.53
HSL 268.97º 0.58% 0.3% -
HSV(B) 268.97º 0.73% 0.47% -
XYZ 6.67 3.82 17.84 -
YUV 54.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 74 32 119 0.38 0.73 0 0.53 268.97 0.58 0.3
Hex 4A 20 77 26 49 0 35 10D 3A 1E
Octal 112 40 167 46 111 0 65 415 72 36
Binary 1001010 100000 1110111 100110 1001001 0 110101 100001101 111010 11110

Color Harmonies of #4A2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2077

Black with #4A2077

Text Example


Text Example

White with #4A2077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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