Html Css Color HEX #482991 Blue Gem

📋 copy color: '#482991'

red 72 ◦ green 41 ◦ blue 145

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

Shades of Blue Gem #482991

Tints of Blue Gem #482991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.2%

R = 27.91%
G = 15.89%
B = 56.2%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#482991 (or 0x482991) is known color: Blue Gem. HEX triplet: 48, 29 and 91. RGB value is (72,41,145). Sum of RGB (Red+Green+Blue) = 72+41+145=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #482991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482991 is #B7D66E. Grayscale: #3D3D3D. Windows color (decimal): -12047983 or 9513288. OLE color: 9513288.

HSL color Cylindrical-coordinate representation of color #482991: hue angle of 257.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482991 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 41 145 -
CMYK 0.50 0.72 0 0.43
HSL 257.88º 0.56% 0.36% -
HSV(B) 257.88º 0.72% 0.57% -
XYZ 8.58 5.01 27.3 -
YUV 62.13 174.77 135.04 -
System Red Green Blue C M Y K H S L
Decimal 72 41 145 0.50 0.72 0 0.43 257.88 0.56 0.36
Hex 48 29 91 32 48 0 2B 102 38 24
Octal 110 51 221 62 110 0 53 402 70 44
Binary 1001000 101001 10010001 110010 1001000 0 101011 100000010 111000 100100

Color Harmonies of #482991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482991

Black with #482991

Text Example


Text Example

White with #482991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482991; }

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

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

background-color css

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

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

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

border-color css

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

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

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