Html Css Color HEX #483398 Blue Gem

📋 copy color: '#483398'

red 72 ◦ green 51 ◦ blue 152

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

Shades of Blue Gem #483398

Tints of Blue Gem #483398

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

 BLUE value IS 152 (59.77% from 255) = 55.27%

R = 26.18%
G = 18.55%
B = 55.27%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#483398 (or 0x483398) is known color: Blue Gem. HEX triplet: 48, 33 and 98. RGB value is (72,51,152). Sum of RGB (Red+Green+Blue) = 72+51+152=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #483398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483398 is #B7CC67. Grayscale: #444444. Windows color (decimal): -12045416 or 9974600. OLE color: 9974600.

HSL color Cylindrical-coordinate representation of color #483398: hue angle of 252.48º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483398 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 51 152 -
CMYK 0.53 0.66 0 0.40
HSL 252.48º 0.5% 0.4% -
HSV(B) 252.48º 0.66% 0.6% -
XYZ 9.52 6.01 30.36 -
YUV 68.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 72 51 152 0.53 0.66 0 0.40 252.48 0.5 0.4
Hex 48 33 98 35 42 0 28 FC 32 28
Octal 110 63 230 65 102 0 50 374 62 50
Binary 1001000 110011 10011000 110101 1000010 0 101000 11111100 110010 101000

Color Harmonies of #483398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483398

Black with #483398

Text Example


Text Example

White with #483398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483398; }

 p { color: rgb(72,51,152); }

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

background-color css

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

 a { background-color: rgb(72,51,152); }

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

border-color css

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

 span { border-color: rgb(72,51,152); }

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