Html Css Color HEX #482095 Blue Gem

📋 copy color: '#482095'

red 72 ◦ green 32 ◦ blue 149

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

Shades of Blue Gem #482095

Tints of Blue Gem #482095

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.65%

 BLUE value IS 149 (58.59% from 255) = 58.89%

R = 28.46%
G = 12.65%
B = 58.89%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#482095 (or 0x482095) is known color: Blue Gem. HEX triplet: 48, 20 and 95. RGB value is (72,32,149). Sum of RGB (Red+Green+Blue) = 72+32+149=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #482095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482095 is #B7DF6A. Grayscale: #383838. Windows color (decimal): -12050283 or 9773128. OLE color: 9773128.

HSL color Cylindrical-coordinate representation of color #482095: hue angle of 260.51º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482095 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 32 149 -
CMYK 0.52 0.79 0 0.42
HSL 260.51º 0.65% 0.35% -
HSV(B) 260.51º 0.79% 0.58% -
XYZ 8.61 4.58 28.86 -
YUV 57.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 72 32 149 0.52 0.79 0 0.42 260.51 0.65 0.35
Hex 48 20 95 34 4F 0 2A 105 41 23
Octal 110 40 225 64 117 0 52 405 101 43
Binary 1001000 100000 10010101 110100 1001111 0 101010 100000101 1000001 100011

Color Harmonies of #482095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482095

Black with #482095

Text Example


Text Example

White with #482095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482095; }

 p { color: rgb(72,32,149); }

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

background-color css

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

 a { background-color: rgb(72,32,149); }

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

border-color css

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

 span { border-color: rgb(72,32,149); }

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