Html Css Color HEX #482FAD Blue Gem

📋 copy color: '#482FAD'

red 72 ◦ green 47 ◦ blue 173

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

Shades of Blue Gem #482FAD

Tints of Blue Gem #482FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.1%

 BLUE value IS 173 (67.97% from 255) = 59.25%

R = 24.66%
G = 16.1%
B = 59.25%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#482FAD (or 0x482FAD) is known color: Blue Gem. HEX triplet: 48, 2F and AD. RGB value is (72,47,173). Sum of RGB (Red+Green+Blue) = 72+47+173=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #482FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482FAD is #B7D052. Grayscale: #444444. Windows color (decimal): -12046419 or 11349832. OLE color: 11349832.

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

Color convert

RGB 72 47 173 -
CMYK 0.58 0.73 0 0.32
HSL 251.9º 0.57% 0.43% -
HSV(B) 251.9º 0.73% 0.68% -
XYZ 11.23 6.43 40.18 -
YUV 68.84 186.78 130.25 -
System Red Green Blue C M Y K H S L
Decimal 72 47 173 0.58 0.73 0 0.32 251.9 0.57 0.43
Hex 48 2F AD 3A 49 0 20 FC 39 2B
Octal 110 57 255 72 111 0 40 374 71 53
Binary 1001000 101111 10101101 111010 1001001 0 100000 11111100 111001 101011

Color Harmonies of #482FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FAD

Black with #482FAD

Text Example


Text Example

White with #482FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,47,173); }

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

background-color css

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

 a { background-color: rgb(72,47,173); }

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

border-color css

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

 span { border-color: rgb(72,47,173); }

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