Html Css Color HEX #482992 Blue Gem

📋 copy color: '#482992'

red 72 ◦ green 41 ◦ blue 146

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

Shades of Blue Gem #482992

Tints of Blue Gem #482992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 27.8%
G = 15.83%
B = 56.37%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#482992 (or 0x482992) is known color: Blue Gem. HEX triplet: 48, 29 and 92. RGB value is (72,41,146). Sum of RGB (Red+Green+Blue) = 72+41+146=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #482992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482992 is #B7D66D. Grayscale: #3D3D3D. Windows color (decimal): -12047982 or 9578824. OLE color: 9578824.

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

Color convert

RGB 72 41 146 -
CMYK 0.51 0.72 0 0.43
HSL 257.71º 0.56% 0.37% -
HSV(B) 257.71º 0.72% 0.57% -
XYZ 8.65 5.04 27.71 -
YUV 62.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 72 41 146 0.51 0.72 0 0.43 257.71 0.56 0.37
Hex 48 29 92 33 48 0 2B 102 38 25
Octal 110 51 222 63 110 0 53 402 70 45
Binary 1001000 101001 10010010 110011 1001000 0 101011 100000010 111000 100101

Color Harmonies of #482992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482992

Black with #482992

Text Example


Text Example

White with #482992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482992; }

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

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

background-color css

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

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

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

border-color css

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

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

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