Html Css Color HEX #483390 Blue Gem

📋 copy color: '#483390'

red 72 ◦ green 51 ◦ blue 144

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

Shades of Blue Gem #483390

Tints of Blue Gem #483390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

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

R = 26.97%
G = 19.1%
B = 53.93%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#483390 (or 0x483390) is known color: Blue Gem. HEX triplet: 48, 33 and 90. RGB value is (72,51,144). Sum of RGB (Red+Green+Blue) = 72+51+144=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #483390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483390 is #B7CC6F. Grayscale: #434343. Windows color (decimal): -12045424 or 9450312. OLE color: 9450312.

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

Color convert

RGB 72 51 144 -
CMYK 0.50 0.65 0 0.44
HSL 253.55º 0.48% 0.38% -
HSV(B) 253.55º 0.65% 0.56% -
XYZ 8.89 5.76 27.03 -
YUV 67.88 170.96 130.94 -
System Red Green Blue C M Y K H S L
Decimal 72 51 144 0.50 0.65 0 0.44 253.55 0.48 0.38
Hex 48 33 90 32 41 0 2C FE 30 26
Octal 110 63 220 62 101 0 54 376 60 46
Binary 1001000 110011 10010000 110010 1000001 0 101100 11111110 110000 100110

Color Harmonies of #483390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483390

Black with #483390

Text Example


Text Example

White with #483390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483390; }

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

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

background-color css

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

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

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

border-color css

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

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

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