Html Css Color HEX #483F95 Blue Gem

📋 copy color: '#483F95'

red 72 ◦ green 63 ◦ blue 149

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

Shades of Blue Gem #483F95

Tints of Blue Gem #483F95

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 25.35%
G = 22.18%
B = 52.46%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#483F95 (or 0x483F95) is known color: Blue Gem. HEX triplet: 48, 3F and 95. RGB value is (72,63,149). Sum of RGB (Red+Green+Blue) = 72+63+149=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #483F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483F95 is #B7C06A. Grayscale: #4B4B4B. Windows color (decimal): -12042347 or 9781064. OLE color: 9781064.

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

Color convert

RGB 72 63 149 -
CMYK 0.52 0.58 0 0.42
HSL 246.28º 0.41% 0.42% -
HSV(B) 246.28º 0.58% 0.58% -
XYZ 9.87 7.1 29.28 -
YUV 75.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 72 63 149 0.52 0.58 0 0.42 246.28 0.41 0.42
Hex 48 3F 95 34 3A 0 2A F6 29 2A
Octal 110 77 225 64 72 0 52 366 51 52
Binary 1001000 111111 10010101 110100 111010 0 101010 11110110 101001 101010

Color Harmonies of #483F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F95

Black with #483F95

Text Example


Text Example

White with #483F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,63,149); }

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

background-color css

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

 a { background-color: rgb(72,63,149); }

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

border-color css

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

 span { border-color: rgb(72,63,149); }

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