Html Css Color HEX #4A239A Blue Gem

📋 copy color: '#4A239A'

red 74 ◦ green 35 ◦ blue 154

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

Shades of Blue Gem #4A239A

Tints of Blue Gem #4A239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.31%

 BLUE value IS 154 (60.55% from 255) = 58.56%

R = 28.14%
G = 13.31%
B = 58.56%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A239A (or 0x4A239A) is known color: Blue Gem. HEX triplet: 4A, 23 and 9A. RGB value is (74,35,154). Sum of RGB (Red+Green+Blue) = 74+35+154=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A239A is #B5DC65. Grayscale: #3B3B3B. Windows color (decimal): -11918438 or 10101578. OLE color: 10101578.

HSL color Cylindrical-coordinate representation of color #4A239A: hue angle of 259.66º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A239A is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 35 154 -
CMYK 0.52 0.77 0 0.40
HSL 259.66º 0.63% 0.37% -
HSV(B) 259.66º 0.77% 0.6% -
XYZ 9.26 4.99 31.05 -
YUV 60.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 74 35 154 0.52 0.77 0 0.40 259.66 0.63 0.37
Hex 4A 23 9A 34 4D 0 28 104 3F 25
Octal 112 43 232 64 115 0 50 404 77 45
Binary 1001010 100011 10011010 110100 1001101 0 101000 100000100 111111 100101

Color Harmonies of #4A239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A239A

Black with #4A239A

Text Example


Text Example

White with #4A239A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,35,154); }

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

background-color css

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

 a { background-color: rgb(74,35,154); }

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

border-color css

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

 span { border-color: rgb(74,35,154); }

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