Html Css Color HEX #483286 Blue Gem

📋 copy color: '#483286'

red 72 ◦ green 50 ◦ blue 134

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

Shades of Blue Gem #483286

Tints of Blue Gem #483286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.53%

 BLUE value IS 134 (52.73% from 255) = 52.34%

R = 28.13%
G = 19.53%
B = 52.34%

CMYK

 C value IS 0.46

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#483286 (or 0x483286) is known color: Blue Gem. HEX triplet: 48, 32 and 86. RGB value is (72,50,134). Sum of RGB (Red+Green+Blue) = 72+50+134=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #483286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483286 is #B7CD79. Grayscale: #414141. Windows color (decimal): -12045690 or 8794696. OLE color: 8794696.

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

Color convert

RGB 72 50 134 -
CMYK 0.46 0.63 0 0.47
HSL 255.71º 0.46% 0.36% -
HSV(B) 255.71º 0.63% 0.53% -
XYZ 8.12 5.38 23.16 -
YUV 66.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 72 50 134 0.46 0.63 0 0.47 255.71 0.46 0.36
Hex 48 32 86 2E 3F 0 2F 100 2E 24
Octal 110 62 206 56 77 0 57 400 56 44
Binary 1001000 110010 10000110 101110 111111 0 101111 100000000 101110 100100

Color Harmonies of #483286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483286

Black with #483286

Text Example


Text Example

White with #483286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483286; }

 p { color: rgb(72,50,134); }

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

background-color css

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

 a { background-color: rgb(72,50,134); }

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

border-color css

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

 span { border-color: rgb(72,50,134); }

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