Html Css Color HEX #482990 Blue Gem

📋 copy color: '#482990'

red 72 ◦ green 41 ◦ blue 144

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

Shades of Blue Gem #482990

Tints of Blue Gem #482990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 28.02%
G = 15.95%
B = 56.03%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#482990 (or 0x482990) is known color: Blue Gem. HEX triplet: 48, 29 and 90. RGB value is (72,41,144). Sum of RGB (Red+Green+Blue) = 72+41+144=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #482990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482990 is #B7D66F. Grayscale: #3D3D3D. Windows color (decimal): -12047984 or 9447752. OLE color: 9447752.

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

Color convert

RGB 72 41 144 -
CMYK 0.50 0.72 0 0.44
HSL 258.06º 0.56% 0.36% -
HSV(B) 258.06º 0.72% 0.56% -
XYZ 8.5 4.98 26.9 -
YUV 62.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 72 41 144 0.50 0.72 0 0.44 258.06 0.56 0.36
Hex 48 29 90 32 48 0 2C 102 38 24
Octal 110 51 220 62 110 0 54 402 70 44
Binary 1001000 101001 10010000 110010 1001000 0 101100 100000010 111000 100100

Color Harmonies of #482990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482990

Black with #482990

Text Example


Text Example

White with #482990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482990; }

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

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

background-color css

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

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

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

border-color css

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

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

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