Html Css Color HEX #4A259F Blue Gem

📋 copy color: '#4A259F'

red 74 ◦ green 37 ◦ blue 159

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

Shades of Blue Gem #4A259F

Tints of Blue Gem #4A259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 27.41%
G = 13.7%
B = 58.89%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A259F (or 0x4A259F) is known color: Blue Gem. HEX triplet: 4A, 25 and 9F. RGB value is (74,37,159). Sum of RGB (Red+Green+Blue) = 74+37+159=270 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.41% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #4A259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A259F is #B5DA60. Grayscale: #3D3D3D. Windows color (decimal): -11917921 or 10429770. OLE color: 10429770.

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

Color convert

RGB 74 37 159 -
CMYK 0.53 0.77 0 0.38
HSL 258.2º 0.62% 0.38% -
HSV(B) 258.2º 0.77% 0.62% -
XYZ 9.74 5.28 33.31 -
YUV 61.97 182.76 136.58 -
System Red Green Blue C M Y K H S L
Decimal 74 37 159 0.53 0.77 0 0.38 258.2 0.62 0.38
Hex 4A 25 9F 35 4D 0 26 102 3E 26
Octal 112 45 237 65 115 0 46 402 76 46
Binary 1001010 100101 10011111 110101 1001101 0 100110 100000010 111110 100110

Color Harmonies of #4A259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A259F

Black with #4A259F

Text Example


Text Example

White with #4A259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,37,159); }

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

background-color css

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

 a { background-color: rgb(74,37,159); }

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

border-color css

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

 span { border-color: rgb(74,37,159); }

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