Html Css Color HEX #482591 Blue Gem

📋 copy color: '#482591'

red 72 ◦ green 37 ◦ blue 145

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

Shades of Blue Gem #482591

Tints of Blue Gem #482591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

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

R = 28.35%
G = 14.57%
B = 57.09%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#482591 (or 0x482591) is known color: Blue Gem. HEX triplet: 48, 25 and 91. RGB value is (72,37,145). Sum of RGB (Red+Green+Blue) = 72+37+145=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #482591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482591 is #B7DA6E. Grayscale: #3B3B3B. Windows color (decimal): -12049007 or 9512264. OLE color: 9512264.

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

Color convert

RGB 72 37 145 -
CMYK 0.50 0.74 0 0.43
HSL 259.44º 0.59% 0.36% -
HSV(B) 259.44º 0.74% 0.57% -
XYZ 8.44 4.75 27.26 -
YUV 59.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 72 37 145 0.50 0.74 0 0.43 259.44 0.59 0.36
Hex 48 25 91 32 4A 0 2B 103 3B 24
Octal 110 45 221 62 112 0 53 403 73 44
Binary 1001000 100101 10010001 110010 1001010 0 101011 100000011 111011 100100

Color Harmonies of #482591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482591

Black with #482591

Text Example


Text Example

White with #482591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482591; }

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

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

background-color css

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

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

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

border-color css

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

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

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