Html Css Color HEX #483292 Blue Gem

📋 copy color: '#483292'

red 72 ◦ green 50 ◦ blue 146

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

Shades of Blue Gem #483292

Tints of Blue Gem #483292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 26.87%
G = 18.66%
B = 54.48%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#483292 (or 0x483292) is known color: Blue Gem. HEX triplet: 48, 32 and 92. RGB value is (72,50,146). Sum of RGB (Red+Green+Blue) = 72+50+146=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #483292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483292 is #B7CD6D. Grayscale: #434343. Windows color (decimal): -12045678 or 9581128. OLE color: 9581128.

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

Color convert

RGB 72 50 146 -
CMYK 0.51 0.66 0 0.43
HSL 253.75º 0.49% 0.38% -
HSV(B) 253.75º 0.66% 0.57% -
XYZ 9 5.73 27.83 -
YUV 67.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 72 50 146 0.51 0.66 0 0.43 253.75 0.49 0.38
Hex 48 32 92 33 42 0 2B FE 31 26
Octal 110 62 222 63 102 0 53 376 61 46
Binary 1001000 110010 10010010 110011 1000010 0 101011 11111110 110001 100110

Color Harmonies of #483292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483292

Black with #483292

Text Example


Text Example

White with #483292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483292; }

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

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

background-color css

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

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

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

border-color css

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

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

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