Html Css Color HEX #483490 Blue Gem

📋 copy color: '#483490'

red 72 ◦ green 52 ◦ blue 144

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

Shades of Blue Gem #483490

Tints of Blue Gem #483490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

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

R = 26.87%
G = 19.4%
B = 53.73%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#483490 (or 0x483490) is known color: Blue Gem. HEX triplet: 48, 34 and 90. RGB value is (72,52,144). Sum of RGB (Red+Green+Blue) = 72+52+144=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #483490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483490 is #B7CB6F. Grayscale: #444444. Windows color (decimal): -12045168 or 9450568. OLE color: 9450568.

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

Color convert

RGB 72 52 144 -
CMYK 0.50 0.64 0 0.44
HSL 253.04º 0.47% 0.38% -
HSV(B) 253.04º 0.64% 0.56% -
XYZ 8.93 5.85 27.04 -
YUV 68.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 72 52 144 0.50 0.64 0 0.44 253.04 0.47 0.38
Hex 48 34 90 32 40 0 2C FD 2F 26
Octal 110 64 220 62 100 0 54 375 57 46
Binary 1001000 110100 10010000 110010 1000000 0 101100 11111101 101111 100110

Color Harmonies of #483490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483490

Black with #483490

Text Example


Text Example

White with #483490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483490; }

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

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

background-color css

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

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

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

border-color css

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

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

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