Html Css Color HEX #484097 Blue Gem

📋 copy color: '#484097'

red 72 ◦ green 64 ◦ blue 151

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

Shades of Blue Gem #484097

Tints of Blue Gem #484097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.61%

R = 25.09%
G = 22.3%
B = 52.61%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#484097 (or 0x484097) is known color: Blue Gem. HEX triplet: 48, 40 and 97. RGB value is (72,64,151). Sum of RGB (Red+Green+Blue) = 72+64+151=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #484097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484097 is #B7BF68. Grayscale: #4B4B4B. Windows color (decimal): -12042089 or 9912392. OLE color: 9912392.

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

Color convert

RGB 72 64 151 -
CMYK 0.52 0.58 0 0.41
HSL 245.52º 0.4% 0.42% -
HSV(B) 245.52º 0.58% 0.59% -
XYZ 10.09 7.28 30.15 -
YUV 76.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 72 64 151 0.52 0.58 0 0.41 245.52 0.4 0.42
Hex 48 40 97 34 3A 0 29 F6 28 2A
Octal 110 100 227 64 72 0 51 366 50 52
Binary 1001000 1000000 10010111 110100 111010 0 101001 11110110 101000 101010

Color Harmonies of #484097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484097

Black with #484097

Text Example


Text Example

White with #484097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484097; }

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

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

background-color css

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

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

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

border-color css

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

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

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