Html Css Color HEX #482995 Blue Gem

📋 copy color: '#482995'

red 72 ◦ green 41 ◦ blue 149

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

Shades of Blue Gem #482995

Tints of Blue Gem #482995

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

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

R = 27.48%
G = 15.65%
B = 56.87%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#482995 (or 0x482995) is known color: Blue Gem. HEX triplet: 48, 29 and 95. RGB value is (72,41,149). Sum of RGB (Red+Green+Blue) = 72+41+149=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #482995 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482995 is #B7D66A. Grayscale: #3E3E3E. Windows color (decimal): -12047979 or 9775432. OLE color: 9775432.

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

Color convert

RGB 72 41 149 -
CMYK 0.52 0.72 0 0.42
HSL 257.22º 0.57% 0.37% -
HSV(B) 257.22º 0.72% 0.58% -
XYZ 8.89 5.13 28.96 -
YUV 62.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 72 41 149 0.52 0.72 0 0.42 257.22 0.57 0.37
Hex 48 29 95 34 48 0 2A 101 39 25
Octal 110 51 225 64 110 0 52 401 71 45
Binary 1001000 101001 10010101 110100 1001000 0 101010 100000001 111001 100101

Color Harmonies of #482995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482995

Black with #482995

Text Example


Text Example

White with #482995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482995; }

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

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

background-color css

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

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

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

border-color css

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

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

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