Html Css Color HEX #483387 Blue Gem

📋 copy color: '#483387'

red 72 ◦ green 51 ◦ blue 135

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

Shades of Blue Gem #483387

Tints of Blue Gem #483387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

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

R = 27.91%
G = 19.77%
B = 52.33%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#483387 (or 0x483387) is known color: Blue Gem. HEX triplet: 48, 33 and 87. RGB value is (72,51,135). Sum of RGB (Red+Green+Blue) = 72+51+135=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #483387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483387 is #B7CC78. Grayscale: #424242. Windows color (decimal): -12045433 or 8860488. OLE color: 8860488.

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

Color convert

RGB 72 51 135 -
CMYK 0.47 0.62 0 0.47
HSL 255º 0.45% 0.36% -
HSV(B) 255º 0.62% 0.53% -
XYZ 8.23 5.49 23.55 -
YUV 66.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 72 51 135 0.47 0.62 0 0.47 255 0.45 0.36
Hex 48 33 87 2F 3E 0 2F FF 2D 24
Octal 110 63 207 57 76 0 57 377 55 44
Binary 1001000 110011 10000111 101111 111110 0 101111 11111111 101101 100100

Color Harmonies of #483387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483387

Black with #483387

Text Example


Text Example

White with #483387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483387; }

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

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

background-color css

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

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

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

border-color css

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

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

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