Html Css Color HEX #4A39A6 Blue Gem

📋 copy color: '#4A39A6'

red 74 ◦ green 57 ◦ blue 166

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

Shades of Blue Gem #4A39A6

Tints of Blue Gem #4A39A6

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

 BLUE value IS 166 (65.23% from 255) = 55.89%

R = 24.92%
G = 19.19%
B = 55.89%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4A39A6 (or 0x4A39A6) is known color: Blue Gem. HEX triplet: 4A, 39 and A6. RGB value is (74,57,166). Sum of RGB (Red+Green+Blue) = 74+57+166=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 166 (65.23% from 255 or 55.89% from 297); Max value from RGB is 166 - color contains mainly: blue. Hex color #4A39A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A39A6 is #B5C659. Grayscale: #4A4A4A. Windows color (decimal): -11912794 or 10893642. OLE color: 10893642.

HSL color Cylindrical-coordinate representation of color #4A39A6: hue angle of 249.36º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A39A6 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 57 166 -
CMYK 0.55 0.66 0 0.35
HSL 249.36º 0.49% 0.44% -
HSV(B) 249.36º 0.66% 0.65% -
XYZ 11.17 7.14 36.86 -
YUV 74.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 74 57 166 0.55 0.66 0 0.35 249.36 0.49 0.44
Hex 4A 39 A6 37 42 0 23 F9 31 2C
Octal 112 71 246 67 102 0 43 371 61 54
Binary 1001010 111001 10100110 110111 1000010 0 100011 11111001 110001 101100

Color Harmonies of #4A39A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A39A6

Black with #4A39A6

Text Example


Text Example

White with #4A39A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,57,166); }

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

background-color css

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

 a { background-color: rgb(74,57,166); }

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

border-color css

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

 span { border-color: rgb(74,57,166); }

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