Html Css Color HEX #483396 Blue Gem

📋 copy color: '#483396'

red 72 ◦ green 51 ◦ blue 150

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

Shades of Blue Gem #483396

Tints of Blue Gem #483396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.95%

R = 26.37%
G = 18.68%
B = 54.95%

CMYK

 C value IS 0.52

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#483396 (or 0x483396) is known color: Blue Gem. HEX triplet: 48, 33 and 96. RGB value is (72,51,150). Sum of RGB (Red+Green+Blue) = 72+51+150=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 150 (58.98% from 255 or 54.95% from 273); Max value from RGB is 150 - color contains mainly: blue. Hex color #483396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483396 is #B7CC69. Grayscale: #444444. Windows color (decimal): -12045418 or 9843528. OLE color: 9843528.

HSL color Cylindrical-coordinate representation of color #483396: hue angle of 252.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #483396 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 51 150 -
CMYK 0.52 0.66 0 0.41
HSL 252.73º 0.49% 0.39% -
HSV(B) 252.73º 0.66% 0.59% -
XYZ 9.36 5.95 29.51 -
YUV 68.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 72 51 150 0.52 0.66 0 0.41 252.73 0.49 0.39
Hex 48 33 96 34 42 0 29 FD 31 27
Octal 110 63 226 64 102 0 51 375 61 47
Binary 1001000 110011 10010110 110100 1000010 0 101001 11111101 110001 100111

Color Harmonies of #483396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483396

Black with #483396

Text Example


Text Example

White with #483396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483396; }

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

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

background-color css

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

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

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

border-color css

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

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

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