Html Css Color HEX #483487 Blue Gem

📋 copy color: '#483487'

red 72 ◦ green 52 ◦ blue 135

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

Shades of Blue Gem #483487

Tints of Blue Gem #483487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 135 (53.13% from 255) = 52.12%

R = 27.8%
G = 20.08%
B = 52.12%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#483487 (or 0x483487) is known color: Blue Gem. HEX triplet: 48, 34 and 87. RGB value is (72,52,135). Sum of RGB (Red+Green+Blue) = 72+52+135=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #483487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483487 is #B7CB78. Grayscale: #434343. Windows color (decimal): -12045177 or 8860744. OLE color: 8860744.

HSL color Cylindrical-coordinate representation of color #483487: hue angle of 254.46º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #483487 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 52 135 -
CMYK 0.47 0.61 0 0.47
HSL 254.46º 0.44% 0.37% -
HSV(B) 254.46º 0.61% 0.53% -
XYZ 8.27 5.58 23.56 -
YUV 67.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 72 52 135 0.47 0.61 0 0.47 254.46 0.44 0.37
Hex 48 34 87 2F 3D 0 2F FE 2C 25
Octal 110 64 207 57 75 0 57 376 54 45
Binary 1001000 110100 10000111 101111 111101 0 101111 11111110 101100 100101

Color Harmonies of #483487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483487

Black with #483487

Text Example


Text Example

White with #483487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483487; }

 p { color: rgb(72,52,135); }

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

background-color css

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

 a { background-color: rgb(72,52,135); }

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

border-color css

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

 span { border-color: rgb(72,52,135); }

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