Html Css Color HEX #482BAC Blue Gem

📋 copy color: '#482BAC'

red 72 ◦ green 43 ◦ blue 172

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

Shades of Blue Gem #482BAC

Tints of Blue Gem #482BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.98%

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

R = 25.09%
G = 14.98%
B = 59.93%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#482BAC (or 0x482BAC) is known color: Blue Gem. HEX triplet: 48, 2B and AC. RGB value is (72,43,172). Sum of RGB (Red+Green+Blue) = 72+43+172=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #482BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482BAC is #B7D453. Grayscale: #414141. Windows color (decimal): -12047444 or 11283272. OLE color: 11283272.

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

Color convert

RGB 72 43 172 -
CMYK 0.58 0.75 0 0.33
HSL 253.49º 0.6% 0.42% -
HSV(B) 253.49º 0.75% 0.67% -
XYZ 10.98 6.08 39.63 -
YUV 66.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 72 43 172 0.58 0.75 0 0.33 253.49 0.6 0.42
Hex 48 2B AC 3A 4B 0 21 FD 3C 2A
Octal 110 53 254 72 113 0 41 375 74 52
Binary 1001000 101011 10101100 111010 1001011 0 100001 11111101 111100 101010

Color Harmonies of #482BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482BAC

Black with #482BAC

Text Example


Text Example

White with #482BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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