Html Css Color HEX #482EAB Blue Gem

📋 copy color: '#482EAB'

red 72 ◦ green 46 ◦ blue 171

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

Shades of Blue Gem #482EAB

Tints of Blue Gem #482EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.92%

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

R = 24.91%
G = 15.92%
B = 59.17%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#482EAB (or 0x482EAB) is known color: Blue Gem. HEX triplet: 48, 2E and AB. RGB value is (72,46,171). Sum of RGB (Red+Green+Blue) = 72+46+171=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #482EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482EAB is #B7D154. Grayscale: #434343. Windows color (decimal): -12046677 or 11218504. OLE color: 11218504.

HSL color Cylindrical-coordinate representation of color #482EAB: hue angle of 252.48º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482EAB is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 46 171 -
CMYK 0.58 0.73 0 0.33
HSL 252.48º 0.58% 0.43% -
HSV(B) 252.48º 0.73% 0.67% -
XYZ 11 6.27 39.16 -
YUV 68.02 186.11 130.84 -
System Red Green Blue C M Y K H S L
Decimal 72 46 171 0.58 0.73 0 0.33 252.48 0.58 0.43
Hex 48 2E AB 3A 49 0 21 FC 3A 2B
Octal 110 56 253 72 111 0 41 374 72 53
Binary 1001000 101110 10101011 111010 1001001 0 100001 11111100 111010 101011

Color Harmonies of #482EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482EAB

Black with #482EAB

Text Example


Text Example

White with #482EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482EAB; }

 p { color: rgb(72,46,171); }

 H1.HeaderClassName
 {
   color: #482EAB;
 }
 .AnyTagClassName
 {
   color: #482EAB;
 }
</style>

background-color css

<style>
 a { background-color: #482EAB; }

 a { background-color: rgb(72,46,171); }

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

border-color css

<style>
 span { border-color: #482EAB; }

 span { border-color: rgb(72,46,171); }

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