Html Css Color HEX #482896 Blue Gem

📋 copy color: '#482896'

red 72 ◦ green 40 ◦ blue 150

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

Shades of Blue Gem #482896

Tints of Blue Gem #482896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

 BLUE value IS 150 (58.98% from 255) = 57.25%

R = 27.48%
G = 15.27%
B = 57.25%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#482896 (or 0x482896) is known color: Blue Gem. HEX triplet: 48, 28 and 96. RGB value is (72,40,150). Sum of RGB (Red+Green+Blue) = 72+40+150=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #482896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482896 is #B7D769. Grayscale: #3D3D3D. Windows color (decimal): -12048234 or 9840712. OLE color: 9840712.

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

Color convert

RGB 72 40 150 -
CMYK 0.52 0.73 0 0.41
HSL 257.45º 0.58% 0.37% -
HSV(B) 257.45º 0.73% 0.59% -
XYZ 8.94 5.1 29.37 -
YUV 62.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 72 40 150 0.52 0.73 0 0.41 257.45 0.58 0.37
Hex 48 28 96 34 49 0 29 101 3A 25
Octal 110 50 226 64 111 0 51 401 72 45
Binary 1001000 101000 10010110 110100 1001001 0 101001 100000001 111010 100101

Color Harmonies of #482896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482896

Black with #482896

Text Example


Text Example

White with #482896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482896; }

 p { color: rgb(72,40,150); }

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

background-color css

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

 a { background-color: rgb(72,40,150); }

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

border-color css

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

 span { border-color: rgb(72,40,150); }

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