Html Css Color HEX #483291 Blue Gem

📋 copy color: '#483291'

red 72 ◦ green 50 ◦ blue 145

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

Shades of Blue Gem #483291

Tints of Blue Gem #483291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.73%

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

R = 26.97%
G = 18.73%
B = 54.31%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#483291 (or 0x483291) is known color: Blue Gem. HEX triplet: 48, 32 and 91. RGB value is (72,50,145). Sum of RGB (Red+Green+Blue) = 72+50+145=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #483291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483291 is #B7CD6E. Grayscale: #434343. Windows color (decimal): -12045679 or 9515592. OLE color: 9515592.

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

Color convert

RGB 72 50 145 -
CMYK 0.50 0.66 0 0.43
HSL 253.89º 0.49% 0.38% -
HSV(B) 253.89º 0.66% 0.57% -
XYZ 8.92 5.7 27.42 -
YUV 67.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 72 50 145 0.50 0.66 0 0.43 253.89 0.49 0.38
Hex 48 32 91 32 42 0 2B FE 31 26
Octal 110 62 221 62 102 0 53 376 61 46
Binary 1001000 110010 10010001 110010 1000010 0 101011 11111110 110001 100110

Color Harmonies of #483291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483291

Black with #483291

Text Example


Text Example

White with #483291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483291; }

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

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

background-color css

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

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

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

border-color css

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

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

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