Html Css Color HEX #483691 Blue Gem

📋 copy color: '#483691'

red 72 ◦ green 54 ◦ blue 145

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

Shades of Blue Gem #483691

Tints of Blue Gem #483691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.93%

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

R = 26.57%
G = 19.93%
B = 53.51%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#483691 (or 0x483691) is known color: Blue Gem. HEX triplet: 48, 36 and 91. RGB value is (72,54,145). Sum of RGB (Red+Green+Blue) = 72+54+145=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #483691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483691 is #B7C96E. Grayscale: #454545. Windows color (decimal): -12044655 or 9516616. OLE color: 9516616.

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

Color convert

RGB 72 54 145 -
CMYK 0.50 0.63 0 0.43
HSL 251.87º 0.46% 0.39% -
HSV(B) 251.87º 0.63% 0.57% -
XYZ 9.1 6.06 27.48 -
YUV 69.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 72 54 145 0.50 0.63 0 0.43 251.87 0.46 0.39
Hex 48 36 91 32 3F 0 2B FC 2E 27
Octal 110 66 221 62 77 0 53 374 56 47
Binary 1001000 110110 10010001 110010 111111 0 101011 11111100 101110 100111

Color Harmonies of #483691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483691

Black with #483691

Text Example


Text Example

White with #483691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483691; }

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

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

background-color css

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

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

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

border-color css

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

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

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