Html Css Color HEX #482890 Blue Gem

📋 copy color: '#482890'

red 72 ◦ green 40 ◦ blue 144

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

Shades of Blue Gem #482890

Tints of Blue Gem #482890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.63%

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

R = 28.13%
G = 15.63%
B = 56.25%

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

#482890 (or 0x482890) is known color: Blue Gem. HEX triplet: 48, 28 and 90. RGB value is (72,40,144). Sum of RGB (Red+Green+Blue) = 72+40+144=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #482890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482890 is #B7D76F. Grayscale: #3D3D3D. Windows color (decimal): -12048240 or 9447496. OLE color: 9447496.

HSL color Cylindrical-coordinate representation of color #482890: hue angle of 258.46º degrees, saturation: 0.57, 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 #482890 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 40 144 -
CMYK 0.50 0.72 0 0.44
HSL 258.46º 0.57% 0.36% -
HSV(B) 258.46º 0.72% 0.56% -
XYZ 8.47 4.91 26.89 -
YUV 61.42 174.6 135.54 -
System Red Green Blue C M Y K H S L
Decimal 72 40 144 0.50 0.72 0 0.44 258.46 0.57 0.36
Hex 48 28 90 32 48 0 2C 102 39 24
Octal 110 50 220 62 110 0 54 402 71 44
Binary 1001000 101000 10010000 110010 1001000 0 101100 100000010 111001 100100

Color Harmonies of #482890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482890

Black with #482890

Text Example


Text Example

White with #482890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482890; }

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

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

background-color css

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

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

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

border-color css

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

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

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