Html Css Color HEX #483091 Blue Gem

📋 copy color: '#483091'

red 72 ◦ green 48 ◦ blue 145

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

Shades of Blue Gem #483091

Tints of Blue Gem #483091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

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

R = 27.17%
G = 18.11%
B = 54.72%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#483091 (or 0x483091) is known color: Blue Gem. HEX triplet: 48, 30 and 91. RGB value is (72,48,145). Sum of RGB (Red+Green+Blue) = 72+48+145=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 145 (57.03% from 255 or 54.72% from 265); Max value from RGB is 145 - color contains mainly: blue. Hex color #483091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483091 is #B7CF6E. Grayscale: #414141. Windows color (decimal): -12046191 or 9515080. OLE color: 9515080.

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

Color convert

RGB 72 48 145 -
CMYK 0.50 0.67 0 0.43
HSL 254.85º 0.5% 0.38% -
HSV(B) 254.85º 0.67% 0.57% -
XYZ 8.84 5.54 27.39 -
YUV 66.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 72 48 145 0.50 0.67 0 0.43 254.85 0.5 0.38
Hex 48 30 91 32 43 0 2B FF 32 26
Octal 110 60 221 62 103 0 53 377 62 46
Binary 1001000 110000 10010001 110010 1000011 0 101011 11111111 110010 100110

Color Harmonies of #483091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483091

Black with #483091

Text Example


Text Example

White with #483091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483091; }

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

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

background-color css

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

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

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

border-color css

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

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

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