Html Css Color HEX #482295 Blue Gem

📋 copy color: '#482295'

red 72 ◦ green 34 ◦ blue 149

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

Shades of Blue Gem #482295

Tints of Blue Gem #482295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

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

R = 28.24%
G = 13.33%
B = 58.43%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#482295 (or 0x482295) is known color: Blue Gem. HEX triplet: 48, 22 and 95. RGB value is (72,34,149). Sum of RGB (Red+Green+Blue) = 72+34+149=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #482295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482295 is #B7DD6A. Grayscale: #3A3A3A. Windows color (decimal): -12049771 or 9773640. OLE color: 9773640.

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

Color convert

RGB 72 34 149 -
CMYK 0.52 0.77 0 0.42
HSL 259.83º 0.63% 0.36% -
HSV(B) 259.83º 0.77% 0.58% -
XYZ 8.67 4.69 28.88 -
YUV 58.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 72 34 149 0.52 0.77 0 0.42 259.83 0.63 0.36
Hex 48 22 95 34 4D 0 2A 104 3F 24
Octal 110 42 225 64 115 0 52 404 77 44
Binary 1001000 100010 10010101 110100 1001101 0 101010 100000100 111111 100100

Color Harmonies of #482295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482295

Black with #482295

Text Example


Text Example

White with #482295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482295; }

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

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

background-color css

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

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

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

border-color css

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

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

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