Html Css Color HEX #482E96 Blue Gem

📋 copy color: '#482E96'

red 72 ◦ green 46 ◦ blue 150

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

Shades of Blue Gem #482E96

Tints of Blue Gem #482E96

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.16%

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

R = 26.87%
G = 17.16%
B = 55.97%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#482E96 (or 0x482E96) is known color: Blue Gem. HEX triplet: 48, 2E and 96. RGB value is (72,46,150). Sum of RGB (Red+Green+Blue) = 72+46+150=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #482E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482E96 is #B7D169. Grayscale: #414141. Windows color (decimal): -12046698 or 9842248. OLE color: 9842248.

HSL color Cylindrical-coordinate representation of color #482E96: hue angle of 255º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482E96 is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 46 150 -
CMYK 0.52 0.69 0 0.41
HSL 255º 0.53% 0.38% -
HSV(B) 255º 0.69% 0.59% -
XYZ 9.15 5.53 29.44 -
YUV 65.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 72 46 150 0.52 0.69 0 0.41 255 0.53 0.38
Hex 48 2E 96 34 45 0 29 FF 35 26
Octal 110 56 226 64 105 0 51 377 65 46
Binary 1001000 101110 10010110 110100 1000101 0 101001 11111111 110101 100110

Color Harmonies of #482E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482E96

Black with #482E96

Text Example


Text Example

White with #482E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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