Html Css Color HEX #483296 Blue Gem

📋 copy color: '#483296'

red 72 ◦ green 50 ◦ blue 150

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

Shades of Blue Gem #483296

Tints of Blue Gem #483296

RGB

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

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

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

R = 26.47%
G = 18.38%
B = 55.15%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#483296 (or 0x483296) is known color: Blue Gem. HEX triplet: 48, 32 and 96. RGB value is (72,50,150). Sum of RGB (Red+Green+Blue) = 72+50+150=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 150 (58.98% from 255 or 55.15% from 272); Max value from RGB is 150 - color contains mainly: blue. Hex color #483296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483296 is #B7CD69. Grayscale: #434343. Windows color (decimal): -12045674 or 9843272. OLE color: 9843272.

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

Color convert

RGB 72 50 150 -
CMYK 0.52 0.67 0 0.41
HSL 253.2º 0.5% 0.39% -
HSV(B) 253.2º 0.67% 0.59% -
XYZ 9.32 5.86 29.49 -
YUV 67.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 72 50 150 0.52 0.67 0 0.41 253.2 0.5 0.39
Hex 48 32 96 34 43 0 29 FD 32 27
Octal 110 62 226 64 103 0 51 375 62 47
Binary 1001000 110010 10010110 110100 1000011 0 101001 11111101 110010 100111

Color Harmonies of #483296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483296

Black with #483296

Text Example


Text Example

White with #483296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483296; }

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

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

background-color css

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

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

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

border-color css

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

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

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