Html Css Color HEX #4A259E Blue Gem

📋 copy color: '#4A259E'

red 74 ◦ green 37 ◦ blue 158

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

Shades of Blue Gem #4A259E

Tints of Blue Gem #4A259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.74%

R = 27.51%
G = 13.75%
B = 58.74%

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

#4A259E (or 0x4A259E) is known color: Blue Gem. HEX triplet: 4A, 25 and 9E. RGB value is (74,37,158). Sum of RGB (Red+Green+Blue) = 74+37+158=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A259E is #B5DA61. Grayscale: #3D3D3D. Windows color (decimal): -11917922 or 10364234. OLE color: 10364234.

HSL color Cylindrical-coordinate representation of color #4A259E: hue angle of 258.35º 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 #4A259E is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 37 158 -
CMYK 0.53 0.77 0 0.38
HSL 258.35º 0.62% 0.38% -
HSV(B) 258.35º 0.77% 0.62% -
XYZ 9.66 5.25 32.85 -
YUV 61.86 182.26 136.66 -
System Red Green Blue C M Y K H S L
Decimal 74 37 158 0.53 0.77 0 0.38 258.35 0.62 0.38
Hex 4A 25 9E 35 4D 0 26 102 3E 26
Octal 112 45 236 65 115 0 46 402 76 46
Binary 1001010 100101 10011110 110101 1001101 0 100110 100000010 111110 100110

Color Harmonies of #4A259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A259E

Black with #4A259E

Text Example


Text Example

White with #4A259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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