Html Css Color HEX #483687 Blue Gem

📋 copy color: '#483687'

red 72 ◦ green 54 ◦ blue 135

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

Shades of Blue Gem #483687

Tints of Blue Gem #483687

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

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

R = 27.59%
G = 20.69%
B = 51.72%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#483687 (or 0x483687) is known color: Blue Gem. HEX triplet: 48, 36 and 87. RGB value is (72,54,135). Sum of RGB (Red+Green+Blue) = 72+54+135=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #483687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483687 is #B7C978. Grayscale: #444444. Windows color (decimal): -12044665 or 8861256. OLE color: 8861256.

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

Color convert

RGB 72 54 135 -
CMYK 0.47 0.60 0 0.47
HSL 253.33º 0.43% 0.37% -
HSV(B) 253.33º 0.6% 0.53% -
XYZ 8.36 5.77 23.59 -
YUV 68.62 165.46 130.41 -
System Red Green Blue C M Y K H S L
Decimal 72 54 135 0.47 0.60 0 0.47 253.33 0.43 0.37
Hex 48 36 87 2F 3C 0 2F FD 2B 25
Octal 110 66 207 57 74 0 57 375 53 45
Binary 1001000 110110 10000111 101111 111100 0 101111 11111101 101011 100101

Color Harmonies of #483687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483687

Black with #483687

Text Example


Text Example

White with #483687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483687; }

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

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

background-color css

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

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

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

border-color css

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

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

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