Html Css Color HEX #483386 Blue Gem

📋 copy color: '#483386'

red 72 ◦ green 51 ◦ blue 134

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

Shades of Blue Gem #483386

Tints of Blue Gem #483386

RGB

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

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

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

R = 28.02%
G = 19.84%
B = 52.14%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#483386 (or 0x483386) is known color: Blue Gem. HEX triplet: 48, 33 and 86. RGB value is (72,51,134). Sum of RGB (Red+Green+Blue) = 72+51+134=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #483386 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483386 is #B7CC79. Grayscale: #424242. Windows color (decimal): -12045434 or 8794952. OLE color: 8794952.

HSL color Cylindrical-coordinate representation of color #483386: hue angle of 255.18º 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 #483386 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 51 134 -
CMYK 0.46 0.62 0 0.47
HSL 255.18º 0.45% 0.36% -
HSV(B) 255.18º 0.62% 0.53% -
XYZ 8.16 5.47 23.18 -
YUV 66.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 72 51 134 0.46 0.62 0 0.47 255.18 0.45 0.36
Hex 48 33 86 2E 3E 0 2F FF 2D 24
Octal 110 63 206 56 76 0 57 377 55 44
Binary 1001000 110011 10000110 101110 111110 0 101111 11111111 101101 100100

Color Harmonies of #483386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483386

Black with #483386

Text Example


Text Example

White with #483386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483386; }

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

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

background-color css

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

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

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

border-color css

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

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

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