Html Css Color HEX #482298 Blue Gem

📋 copy color: '#482298'

red 72 ◦ green 34 ◦ blue 152

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

Shades of Blue Gem #482298

Tints of Blue Gem #482298

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.18%

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

R = 27.91%
G = 13.18%
B = 58.91%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#482298 (or 0x482298) is known color: Blue Gem. HEX triplet: 48, 22 and 98. RGB value is (72,34,152). Sum of RGB (Red+Green+Blue) = 72+34+152=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #482298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482298 is #B7DD67. Grayscale: #3A3A3A. Windows color (decimal): -12049768 or 9970248. OLE color: 9970248.

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

Color convert

RGB 72 34 152 -
CMYK 0.53 0.78 0 0.40
HSL 259.32º 0.63% 0.36% -
HSV(B) 259.32º 0.78% 0.6% -
XYZ 8.91 4.79 30.16 -
YUV 58.81 180.59 137.41 -
System Red Green Blue C M Y K H S L
Decimal 72 34 152 0.53 0.78 0 0.40 259.32 0.63 0.36
Hex 48 22 98 35 4E 0 28 103 3F 24
Octal 110 42 230 65 116 0 50 403 77 44
Binary 1001000 100010 10011000 110101 1001110 0 101000 100000011 111111 100100

Color Harmonies of #482298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482298

Black with #482298

Text Example


Text Example

White with #482298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482298; }

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

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

background-color css

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

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

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

border-color css

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

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

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