Html Css Color HEX #483E96 Blue Gem

📋 copy color: '#483E96'

red 72 ◦ green 62 ◦ blue 150

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

Shades of Blue Gem #483E96

Tints of Blue Gem #483E96

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.83%

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

R = 25.35%
G = 21.83%
B = 52.82%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#483E96 (or 0x483E96) is known color: Blue Gem. HEX triplet: 48, 3E and 96. RGB value is (72,62,150). Sum of RGB (Red+Green+Blue) = 72+62+150=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #483E96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483E96 is #B7C169. Grayscale: #4A4A4A. Windows color (decimal): -12042602 or 9846344. OLE color: 9846344.

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

Color convert

RGB 72 62 150 -
CMYK 0.52 0.59 0 0.41
HSL 246.82º 0.42% 0.42% -
HSV(B) 246.82º 0.59% 0.59% -
XYZ 9.9 7.02 29.69 -
YUV 75.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 72 62 150 0.52 0.59 0 0.41 246.82 0.42 0.42
Hex 48 3E 96 34 3B 0 29 F7 2A 2A
Octal 110 76 226 64 73 0 51 367 52 52
Binary 1001000 111110 10010110 110100 111011 0 101001 11110111 101010 101010

Color Harmonies of #483E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483E96

Black with #483E96

Text Example


Text Example

White with #483E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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