Html Css Color HEX #4834AC Blue Gem

📋 copy color: '#4834AC'

red 72 ◦ green 52 ◦ blue 172

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

Shades of Blue Gem #4834AC

Tints of Blue Gem #4834AC

RGB

 RED value IS 72 (28.52% from 255) = 24.32%

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

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 24.32%
G = 17.57%
B = 58.11%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4834AC (or 0x4834AC) is known color: Blue Gem. HEX triplet: 48, 34 and AC. RGB value is (72,52,172). Sum of RGB (Red+Green+Blue) = 72+52+172=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #4834AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4834AC is #B7CB53. Grayscale: #474747. Windows color (decimal): -12045140 or 11285576. OLE color: 11285576.

HSL color Cylindrical-coordinate representation of color #4834AC: hue angle of 250º degrees, saturation: 0.54, 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 #4834AC is Cyan = 0.58, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 52 172 -
CMYK 0.58 0.70 0 0.33
HSL 250º 0.54% 0.44% -
HSV(B) 250º 0.7% 0.67% -
XYZ 11.35 6.81 39.75 -
YUV 71.66 184.63 128.24 -
System Red Green Blue C M Y K H S L
Decimal 72 52 172 0.58 0.70 0 0.33 250 0.54 0.44
Hex 48 34 AC 3A 46 0 21 FA 36 2C
Octal 110 64 254 72 106 0 41 372 66 54
Binary 1001000 110100 10101100 111010 1000110 0 100001 11111010 110110 101100

Color Harmonies of #4834AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4834AC

Black with #4834AC

Text Example


Text Example

White with #4834AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4834AC; }

 p { color: rgb(72,52,172); }

 H1.HeaderClassName
 {
   color: #4834AC;
 }
 .AnyTagClassName
 {
   color: #4834AC;
 }
</style>

background-color css

<style>
 a { background-color: #4834AC; }

 a { background-color: rgb(72,52,172); }

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

border-color css

<style>
 span { border-color: #4834AC; }

 span { border-color: rgb(72,52,172); }

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