Html Css Color HEX #482CA2 Blue Gem

📋 copy color: '#482CA2'

red 72 ◦ green 44 ◦ blue 162

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

Shades of Blue Gem #482CA2

Tints of Blue Gem #482CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.83%

 BLUE value IS 162 (63.67% from 255) = 58.27%

R = 25.9%
G = 15.83%
B = 58.27%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#482CA2 (or 0x482CA2) is known color: Blue Gem. HEX triplet: 48, 2C and A2. RGB value is (72,44,162). Sum of RGB (Red+Green+Blue) = 72+44+162=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #482CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482CA2 is #B7D35D. Grayscale: #414141. Windows color (decimal): -12047198 or 10628168. OLE color: 10628168.

HSL color Cylindrical-coordinate representation of color #482CA2: hue angle of 254.24º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482CA2 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 44 162 -
CMYK 0.56 0.73 0 0.36
HSL 254.24º 0.57% 0.4% -
HSV(B) 254.24º 0.73% 0.64% -
XYZ 10.09 5.79 34.77 -
YUV 65.82 182.28 132.41 -
System Red Green Blue C M Y K H S L
Decimal 72 44 162 0.56 0.73 0 0.36 254.24 0.57 0.4
Hex 48 2C A2 38 49 0 24 FE 39 28
Octal 110 54 242 70 111 0 44 376 71 50
Binary 1001000 101100 10100010 111000 1001001 0 100100 11111110 111001 101000

Color Harmonies of #482CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CA2

Black with #482CA2

Text Example


Text Example

White with #482CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,44,162); }

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

background-color css

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

 a { background-color: rgb(72,44,162); }

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

border-color css

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

 span { border-color: rgb(72,44,162); }

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