Html Css Color HEX #4A369E Blue Gem

📋 copy color: '#4A369E'

red 74 ◦ green 54 ◦ blue 158

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

Shades of Blue Gem #4A369E

Tints of Blue Gem #4A369E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

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

R = 25.87%
G = 18.88%
B = 55.24%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A369E (or 0x4A369E) is known color: Blue Gem. HEX triplet: 4A, 36 and 9E. RGB value is (74,54,158). Sum of RGB (Red+Green+Blue) = 74+54+158=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A369E is #B5C961. Grayscale: #474747. Windows color (decimal): -11913570 or 10368586. OLE color: 10368586.

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

Color convert

RGB 74 54 158 -
CMYK 0.53 0.66 0 0.38
HSL 251.54º 0.49% 0.42% -
HSV(B) 251.54º 0.66% 0.62% -
XYZ 10.31 6.56 33.07 -
YUV 71.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 74 54 158 0.53 0.66 0 0.38 251.54 0.49 0.42
Hex 4A 36 9E 35 42 0 26 FC 31 2A
Octal 112 66 236 65 102 0 46 374 61 52
Binary 1001010 110110 10011110 110101 1000010 0 100110 11111100 110001 101010

Color Harmonies of #4A369E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A369E

Black with #4A369E

Text Example


Text Example

White with #4A369E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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