Html Css Color HEX #482A96 Blue Gem

📋 copy color: '#482A96'

red 72 ◦ green 42 ◦ blue 150

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

Shades of Blue Gem #482A96

Tints of Blue Gem #482A96

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.91%

 BLUE value IS 150 (58.98% from 255) = 56.82%

R = 27.27%
G = 15.91%
B = 56.82%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#482A96 (or 0x482A96) is known color: Blue Gem. HEX triplet: 48, 2A and 96. RGB value is (72,42,150). Sum of RGB (Red+Green+Blue) = 72+42+150=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #482A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482A96 is #B7D569. Grayscale: #3E3E3E. Windows color (decimal): -12047722 or 9841224. OLE color: 9841224.

HSL color Cylindrical-coordinate representation of color #482A96: hue angle of 256.67º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482A96 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 42 150 -
CMYK 0.52 0.72 0 0.41
HSL 256.67º 0.56% 0.38% -
HSV(B) 256.67º 0.72% 0.59% -
XYZ 9.01 5.24 29.39 -
YUV 63.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 72 42 150 0.52 0.72 0 0.41 256.67 0.56 0.38
Hex 48 2A 96 34 48 0 29 101 38 26
Octal 110 52 226 64 110 0 51 401 70 46
Binary 1001000 101010 10010110 110100 1001000 0 101001 100000001 111000 100110

Color Harmonies of #482A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482A96

Black with #482A96

Text Example


Text Example

White with #482A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,150); }

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

background-color css

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

 a { background-color: rgb(72,42,150); }

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

border-color css

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

 span { border-color: rgb(72,42,150); }

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