Html Css Color HEX #482891 Blue Gem

📋 copy color: '#482891'

red 72 ◦ green 40 ◦ blue 145

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

Shades of Blue Gem #482891

Tints of Blue Gem #482891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.42%

R = 28.02%
G = 15.56%
B = 56.42%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#482891 (or 0x482891) is known color: Blue Gem. HEX triplet: 48, 28 and 91. RGB value is (72,40,145). Sum of RGB (Red+Green+Blue) = 72+40+145=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #482891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482891 is #B7D76E. Grayscale: #3D3D3D. Windows color (decimal): -12048239 or 9513032. OLE color: 9513032.

HSL color Cylindrical-coordinate representation of color #482891: hue angle of 258.29º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #482891 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 40 145 -
CMYK 0.50 0.72 0 0.43
HSL 258.29º 0.57% 0.36% -
HSV(B) 258.29º 0.72% 0.57% -
XYZ 8.54 4.94 27.29 -
YUV 61.54 175.1 135.46 -
System Red Green Blue C M Y K H S L
Decimal 72 40 145 0.50 0.72 0 0.43 258.29 0.57 0.36
Hex 48 28 91 32 48 0 2B 102 39 24
Octal 110 50 221 62 110 0 53 402 71 44
Binary 1001000 101000 10010001 110010 1001000 0 101011 100000010 111001 100100

Color Harmonies of #482891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482891

Black with #482891

Text Example


Text Example

White with #482891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482891; }

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

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

background-color css

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

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

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

border-color css

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

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

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