Html Css Color HEX #483092 Blue Gem

📋 copy color: '#483092'

red 72 ◦ green 48 ◦ blue 146

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

Shades of Blue Gem #483092

Tints of Blue Gem #483092

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

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

R = 27.07%
G = 18.05%
B = 54.89%

CMYK

 C value IS 0.51

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#483092 (or 0x483092) is known color: Blue Gem. HEX triplet: 48, 30 and 92. RGB value is (72,48,146). Sum of RGB (Red+Green+Blue) = 72+48+146=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #483092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483092 is #B7CF6D. Grayscale: #414141. Windows color (decimal): -12046190 or 9580616. OLE color: 9580616.

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

Color convert

RGB 72 48 146 -
CMYK 0.51 0.67 0 0.43
HSL 254.69º 0.51% 0.38% -
HSV(B) 254.69º 0.67% 0.57% -
XYZ 8.92 5.57 27.8 -
YUV 66.35 172.95 132.03 -
System Red Green Blue C M Y K H S L
Decimal 72 48 146 0.51 0.67 0 0.43 254.69 0.51 0.38
Hex 48 30 92 33 43 0 2B FF 33 26
Octal 110 60 222 63 103 0 53 377 63 46
Binary 1001000 110000 10010010 110011 1000011 0 101011 11111111 110011 100110

Color Harmonies of #483092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483092

Black with #483092

Text Example


Text Example

White with #483092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483092; }

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

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

background-color css

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

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

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

border-color css

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

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

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