Html Css Color HEX #482996 Blue Gem

📋 copy color: '#482996'

red 72 ◦ green 41 ◦ blue 150

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

Shades of Blue Gem #482996

Tints of Blue Gem #482996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

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

R = 27.38%
G = 15.59%
B = 57.03%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#482996 (or 0x482996) is known color: Blue Gem. HEX triplet: 48, 29 and 96. RGB value is (72,41,150). Sum of RGB (Red+Green+Blue) = 72+41+150=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #482996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482996 is #B7D669. Grayscale: #3E3E3E. Windows color (decimal): -12047978 or 9840968. OLE color: 9840968.

HSL color Cylindrical-coordinate representation of color #482996: hue angle of 257.06º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #482996 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 41 150 -
CMYK 0.52 0.73 0 0.41
HSL 257.06º 0.57% 0.37% -
HSV(B) 257.06º 0.73% 0.59% -
XYZ 8.97 5.17 29.38 -
YUV 62.7 177.27 134.64 -
System Red Green Blue C M Y K H S L
Decimal 72 41 150 0.52 0.73 0 0.41 257.06 0.57 0.37
Hex 48 29 96 34 49 0 29 101 39 25
Octal 110 51 226 64 111 0 51 401 71 45
Binary 1001000 101001 10010110 110100 1001001 0 101001 100000001 111001 100101

Color Harmonies of #482996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482996

Black with #482996

Text Example


Text Example

White with #482996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482996; }

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

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

background-color css

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

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

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

border-color css

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

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

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