Html Css Color HEX #4A1DA0 Blue Gem

📋 copy color: '#4A1DA0'

red 74 ◦ green 29 ◦ blue 160

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

Shades of Blue Gem #4A1DA0

Tints of Blue Gem #4A1DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.03%

 BLUE value IS 160 (62.89% from 255) = 60.84%

R = 28.14%
G = 11.03%
B = 60.84%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4A1DA0 (or 0x4A1DA0) is known color: Blue Gem. HEX triplet: 4A, 1D and A0. RGB value is (74,29,160). Sum of RGB (Red+Green+Blue) = 74+29+160=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 160 (62.89% from 255 or 60.84% from 263); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A1DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1DA0 is #B5E25F. Grayscale: #383838. Windows color (decimal): -11919968 or 10493258. OLE color: 10493258.

HSL color Cylindrical-coordinate representation of color #4A1DA0: hue angle of 260.61º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1DA0 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 29 160 -
CMYK 0.54 0.82 0 0.37
HSL 260.61º 0.69% 0.37% -
HSV(B) 260.61º 0.82% 0.63% -
XYZ 9.61 4.87 33.69 -
YUV 57.39 185.91 139.85 -
System Red Green Blue C M Y K H S L
Decimal 74 29 160 0.54 0.82 0 0.37 260.61 0.69 0.37
Hex 4A 1D A0 36 52 0 25 105 45 25
Octal 112 35 240 66 122 0 45 405 105 45
Binary 1001010 11101 10100000 110110 1010010 0 100101 100000101 1000101 100101

Color Harmonies of #4A1DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1DA0

Black with #4A1DA0

Text Example


Text Example

White with #4A1DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,29,160); }

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

background-color css

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

 a { background-color: rgb(74,29,160); }

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

border-color css

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

 span { border-color: rgb(74,29,160); }

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