Html Css Color HEX #482195 Blue Gem

📋 copy color: '#482195'

red 72 ◦ green 33 ◦ blue 149

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

Shades of Blue Gem #482195

Tints of Blue Gem #482195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 28.35%
G = 12.99%
B = 58.66%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#482195 (or 0x482195) is known color: Blue Gem. HEX triplet: 48, 21 and 95. RGB value is (72,33,149). Sum of RGB (Red+Green+Blue) = 72+33+149=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #482195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482195 is #B7DE6A. Grayscale: #393939. Windows color (decimal): -12050027 or 9773384. OLE color: 9773384.

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

Color convert

RGB 72 33 149 -
CMYK 0.52 0.78 0 0.42
HSL 260.17º 0.64% 0.36% -
HSV(B) 260.17º 0.78% 0.58% -
XYZ 8.64 4.64 28.87 -
YUV 57.89 179.42 138.07 -
System Red Green Blue C M Y K H S L
Decimal 72 33 149 0.52 0.78 0 0.42 260.17 0.64 0.36
Hex 48 21 95 34 4E 0 2A 104 40 24
Octal 110 41 225 64 116 0 52 404 100 44
Binary 1001000 100001 10010101 110100 1001110 0 101010 100000100 1000000 100100

Color Harmonies of #482195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482195

Black with #482195

Text Example


Text Example

White with #482195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482195; }

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

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

background-color css

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

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

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

border-color css

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

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

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