Html Css Color HEX #484098 Blue Gem

📋 copy color: '#484098'

red 72 ◦ green 64 ◦ blue 152

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

Shades of Blue Gem #484098

Tints of Blue Gem #484098

RGB

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

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

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

R = 25%
G = 22.22%
B = 52.78%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#484098 (or 0x484098) is known color: Blue Gem. HEX triplet: 48, 40 and 98. RGB value is (72,64,152). Sum of RGB (Red+Green+Blue) = 72+64+152=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #484098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484098 is #B7BF67. Grayscale: #4C4C4C. Windows color (decimal): -12042088 or 9977928. OLE color: 9977928.

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

Color convert

RGB 72 64 152 -
CMYK 0.53 0.58 0 0.40
HSL 245.45º 0.41% 0.42% -
HSV(B) 245.45º 0.58% 0.6% -
XYZ 10.17 7.31 30.58 -
YUV 76.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 72 64 152 0.53 0.58 0 0.40 245.45 0.41 0.42
Hex 48 40 98 35 3A 0 28 F5 29 2A
Octal 110 100 230 65 72 0 50 365 51 52
Binary 1001000 1000000 10011000 110101 111010 0 101000 11110101 101001 101010

Color Harmonies of #484098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484098

Black with #484098

Text Example


Text Example

White with #484098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484098; }

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

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

background-color css

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

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

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

border-color css

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

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

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