Html Css Color HEX #483298 Blue Gem

📋 copy color: '#483298'

red 72 ◦ green 50 ◦ blue 152

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

Shades of Blue Gem #483298

Tints of Blue Gem #483298

RGB

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

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

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

R = 26.28%
G = 18.25%
B = 55.47%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#483298 (or 0x483298) is known color: Blue Gem. HEX triplet: 48, 32 and 98. RGB value is (72,50,152). Sum of RGB (Red+Green+Blue) = 72+50+152=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #483298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483298 is #B7CD67. Grayscale: #434343. Windows color (decimal): -12045672 or 9974344. OLE color: 9974344.

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

Color convert

RGB 72 50 152 -
CMYK 0.53 0.67 0 0.40
HSL 252.94º 0.5% 0.4% -
HSV(B) 252.94º 0.67% 0.6% -
XYZ 9.48 5.93 30.35 -
YUV 68.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 72 50 152 0.53 0.67 0 0.40 252.94 0.5 0.4
Hex 48 32 98 35 43 0 28 FD 32 28
Octal 110 62 230 65 103 0 50 375 62 50
Binary 1001000 110010 10011000 110101 1000011 0 101000 11111101 110010 101000

Color Harmonies of #483298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483298

Black with #483298

Text Example


Text Example

White with #483298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483298; }

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

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

background-color css

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

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

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

border-color css

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

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

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