Html Css Color HEX #482791 Blue Gem

📋 copy color: '#482791'

red 72 ◦ green 39 ◦ blue 145

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

Shades of Blue Gem #482791

Tints of Blue Gem #482791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.23%

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

R = 28.13%
G = 15.23%
B = 56.64%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#482791 (or 0x482791) is known color: Blue Gem. HEX triplet: 48, 27 and 91. RGB value is (72,39,145). Sum of RGB (Red+Green+Blue) = 72+39+145=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #482791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482791 is #B7D86E. Grayscale: #3C3C3C. Windows color (decimal): -12048495 or 9512776. OLE color: 9512776.

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

Color convert

RGB 72 39 145 -
CMYK 0.50 0.73 0 0.43
HSL 258.68º 0.58% 0.36% -
HSV(B) 258.68º 0.73% 0.57% -
XYZ 8.51 4.87 27.28 -
YUV 60.95 175.43 135.88 -
System Red Green Blue C M Y K H S L
Decimal 72 39 145 0.50 0.73 0 0.43 258.68 0.58 0.36
Hex 48 27 91 32 49 0 2B 103 3A 24
Octal 110 47 221 62 111 0 53 403 72 44
Binary 1001000 100111 10010001 110010 1001001 0 101011 100000011 111010 100100

Color Harmonies of #482791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482791

Black with #482791

Text Example


Text Example

White with #482791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482791; }

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

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

background-color css

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

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

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

border-color css

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

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

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