Html Css Color HEX #484099 Blue Gem

📋 copy color: '#484099'

red 72 ◦ green 64 ◦ blue 153

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

Shades of Blue Gem #484099

Tints of Blue Gem #484099

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

 BLUE value IS 153 (60.16% from 255) = 52.94%

R = 24.91%
G = 22.15%
B = 52.94%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#484099 (or 0x484099) is known color: Blue Gem. HEX triplet: 48, 40 and 99. RGB value is (72,64,153). Sum of RGB (Red+Green+Blue) = 72+64+153=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #484099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484099 is #B7BF66. Grayscale: #4C4C4C. Windows color (decimal): -12042087 or 10043464. OLE color: 10043464.

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

Color convert

RGB 72 64 153 -
CMYK 0.53 0.58 0 0.4
HSL 245.39º 0.41% 0.43% -
HSV(B) 245.39º 0.58% 0.6% -
XYZ 10.26 7.34 31.01 -
YUV 76.54 171.15 124.76 -
System Red Green Blue C M Y K H S L
Decimal 72 64 153 0.53 0.58 0 0.4 245.39 0.41 0.43
Hex 48 40 99 35 3A 0 28 F5 29 2B
Octal 110 100 231 65 72 0 50 365 51 53
Binary 1001000 1000000 10011001 110101 111010 0 101000 11110101 101001 101011

Color Harmonies of #484099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484099

Black with #484099

Text Example


Text Example

White with #484099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484099; }

 p { color: rgb(72,64,153); }

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

background-color css

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

 a { background-color: rgb(72,64,153); }

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

border-color css

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

 span { border-color: rgb(72,64,153); }

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