Html Css Color HEX #4A34AB Blue Gem

📋 copy color: '#4A34AB'

red 74 ◦ green 52 ◦ blue 171

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

Shades of Blue Gem #4A34AB

Tints of Blue Gem #4A34AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

 BLUE value IS 171 (67.19% from 255) = 57.58%

R = 24.92%
G = 17.51%
B = 57.58%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A34AB (or 0x4A34AB) is known color: Blue Gem. HEX triplet: 4A, 34 and AB. RGB value is (74,52,171). Sum of RGB (Red+Green+Blue) = 74+52+171=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A34AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A34AB is #B5CB54. Grayscale: #474747. Windows color (decimal): -11914069 or 11220042. OLE color: 11220042.

HSL color Cylindrical-coordinate representation of color #4A34AB: hue angle of 251.09º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A34AB is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 52 171 -
CMYK 0.57 0.70 0 0.33
HSL 251.09º 0.53% 0.44% -
HSV(B) 251.09º 0.7% 0.67% -
XYZ 11.4 6.85 39.25 -
YUV 72.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 74 52 171 0.57 0.70 0 0.33 251.09 0.53 0.44
Hex 4A 34 AB 39 46 0 21 FB 35 2C
Octal 112 64 253 71 106 0 41 373 65 54
Binary 1001010 110100 10101011 111001 1000110 0 100001 11111011 110101 101100

Color Harmonies of #4A34AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A34AB

Black with #4A34AB

Text Example


Text Example

White with #4A34AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,171); }

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

background-color css

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

 a { background-color: rgb(74,52,171); }

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

border-color css

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

 span { border-color: rgb(74,52,171); }

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