Html Css Color HEX #4A1A77 Blue Diamond

📋 copy color: '#4A1A77'

red 74 ◦ green 26 ◦ blue 119

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

Shades of Blue Diamond #4A1A77

Tints of Blue Diamond #4A1A77

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

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

R = 33.79%
G = 11.87%
B = 54.34%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A1A77 (or 0x4A1A77) is known color: Blue Diamond. HEX triplet: 4A, 1A and 77. RGB value is (74,26,119). Sum of RGB (Red+Green+Blue) = 74+26+119=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 119 (46.88% from 255 or 54.34% from 219); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A1A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1A77 is #B5E588. Grayscale: #323232. Windows color (decimal): -11920777 or 7805514. OLE color: 7805514.

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

Color convert

RGB 74 26 119 -
CMYK 0.38 0.78 0 0.53
HSL 270.97º 0.64% 0.28% -
HSV(B) 270.97º 0.78% 0.47% -
XYZ 6.52 3.53 17.79 -
YUV 50.95 166.4 144.44 -
System Red Green Blue C M Y K H S L
Decimal 74 26 119 0.38 0.78 0 0.53 270.97 0.64 0.28
Hex 4A 1A 77 26 4E 0 35 10F 40 1C
Octal 112 32 167 46 116 0 65 417 100 34
Binary 1001010 11010 1110111 100110 1001110 0 110101 100001111 1000000 11100

Color Harmonies of #4A1A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1A77

Black with #4A1A77

Text Example


Text Example

White with #4A1A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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