Html Css Color HEX #4A1C9B Blue Gem

📋 copy color: '#4A1C9B'

red 74 ◦ green 28 ◦ blue 155

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

Shades of Blue Gem #4A1C9B

Tints of Blue Gem #4A1C9B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 28.79%
G = 10.89%
B = 60.31%

CMYK

 C value IS 0.52

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A1C9B (or 0x4A1C9B) is known color: Blue Gem. HEX triplet: 4A, 1C and 9B. RGB value is (74,28,155). Sum of RGB (Red+Green+Blue) = 74+28+155=257 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.79% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A1C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1C9B is #B5E364. Grayscale: #373737. Windows color (decimal): -11920229 or 10165322. OLE color: 10165322.

HSL color Cylindrical-coordinate representation of color #4A1C9B: hue angle of 261.73º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1C9B is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 74 28 155 -
CMYK 0.52 0.82 0 0.39
HSL 261.73º 0.69% 0.36% -
HSV(B) 261.73º 0.82% 0.61% -
XYZ 9.16 4.65 31.43 -
YUV 56.23 183.74 140.67 -
System Red Green Blue C M Y K H S L
Decimal 74 28 155 0.52 0.82 0 0.39 261.73 0.69 0.36
Hex 4A 1C 9B 34 52 0 27 106 45 24
Octal 112 34 233 64 122 0 47 406 105 44
Binary 1001010 11100 10011011 110100 1010010 0 100111 100000110 1000101 100100

Color Harmonies of #4A1C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1C9B

Black with #4A1C9B

Text Example


Text Example

White with #4A1C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,28,155); }

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

background-color css

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

 a { background-color: rgb(74,28,155); }

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

border-color css

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

 span { border-color: rgb(74,28,155); }

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