Html Css Color HEX #4A259C Blue Gem

📋 copy color: '#4A259C'

red 74 ◦ green 37 ◦ blue 156

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

Shades of Blue Gem #4A259C

Tints of Blue Gem #4A259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.43%

R = 27.72%
G = 13.86%
B = 58.43%

CMYK

 C value IS 0.53

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A259C (or 0x4A259C) is known color: Blue Gem. HEX triplet: 4A, 25 and 9C. RGB value is (74,37,156). Sum of RGB (Red+Green+Blue) = 74+37+156=267 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.72% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A259C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A259C is #B5DA63. Grayscale: #3D3D3D. Windows color (decimal): -11917924 or 10233162. OLE color: 10233162.

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

Color convert

RGB 74 37 156 -
CMYK 0.53 0.76 0 0.39
HSL 258.66º 0.62% 0.38% -
HSV(B) 258.66º 0.76% 0.61% -
XYZ 9.49 5.18 31.95 -
YUV 61.63 181.26 136.82 -
System Red Green Blue C M Y K H S L
Decimal 74 37 156 0.53 0.76 0 0.39 258.66 0.62 0.38
Hex 4A 25 9C 35 4C 0 27 103 3E 26
Octal 112 45 234 65 114 0 47 403 76 46
Binary 1001010 100101 10011100 110101 1001100 0 100111 100000011 111110 100110

Color Harmonies of #4A259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A259C

Black with #4A259C

Text Example


Text Example

White with #4A259C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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