Html Css Color HEX #482FAB Blue Gem

📋 copy color: '#482FAB'

red 72 ◦ green 47 ◦ blue 171

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

Shades of Blue Gem #482FAB

Tints of Blue Gem #482FAB

RGB

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

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

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

R = 24.83%
G = 16.21%
B = 58.97%

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

#482FAB (or 0x482FAB) is known color: Blue Gem. HEX triplet: 48, 2F and AB. RGB value is (72,47,171). Sum of RGB (Red+Green+Blue) = 72+47+171=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #482FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482FAB is #B7D054. Grayscale: #444444. Windows color (decimal): -12046421 or 11218760. OLE color: 11218760.

HSL color Cylindrical-coordinate representation of color #482FAB: hue angle of 252.1º degrees, saturation: 0.57, 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 #482FAB is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 47 171 -
CMYK 0.58 0.73 0 0.33
HSL 252.1º 0.57% 0.43% -
HSV(B) 252.1º 0.73% 0.67% -
XYZ 11.04 6.35 39.17 -
YUV 68.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 72 47 171 0.58 0.73 0 0.33 252.1 0.57 0.43
Hex 48 2F AB 3A 49 0 21 FC 39 2B
Octal 110 57 253 72 111 0 41 374 71 53
Binary 1001000 101111 10101011 111010 1001001 0 100001 11111100 111001 101011

Color Harmonies of #482FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FAB

Black with #482FAB

Text Example


Text Example

White with #482FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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