Html Css Color HEX #482898 Blue Gem

📋 copy color: '#482898'

red 72 ◦ green 40 ◦ blue 152

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

Shades of Blue Gem #482898

Tints of Blue Gem #482898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 27.27%
G = 15.15%
B = 57.58%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#482898 (or 0x482898) is known color: Blue Gem. HEX triplet: 48, 28 and 98. RGB value is (72,40,152). Sum of RGB (Red+Green+Blue) = 72+40+152=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #482898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482898 is #B7D767. Grayscale: #3D3D3D. Windows color (decimal): -12048232 or 9971784. OLE color: 9971784.

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

Color convert

RGB 72 40 152 -
CMYK 0.53 0.74 0 0.40
HSL 257.14º 0.58% 0.38% -
HSV(B) 257.14º 0.74% 0.6% -
XYZ 9.1 5.16 30.22 -
YUV 62.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 72 40 152 0.53 0.74 0 0.40 257.14 0.58 0.38
Hex 48 28 98 35 4A 0 28 101 3A 26
Octal 110 50 230 65 112 0 50 401 72 46
Binary 1001000 101000 10011000 110101 1001010 0 101000 100000001 111010 100110

Color Harmonies of #482898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482898

Black with #482898

Text Example


Text Example

White with #482898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482898; }

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

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

background-color css

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

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

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

border-color css

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

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

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