Html Css Color HEX #483895 Blue Gem

📋 copy color: '#483895'

red 72 ◦ green 56 ◦ blue 149

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

Shades of Blue Gem #483895

Tints of Blue Gem #483895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

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

R = 25.99%
G = 20.22%
B = 53.79%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#483895 (or 0x483895) is known color: Blue Gem. HEX triplet: 48, 38 and 95. RGB value is (72,56,149). Sum of RGB (Red+Green+Blue) = 72+56+149=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #483895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483895 is #B7C76A. Grayscale: #474747. Windows color (decimal): -12044139 or 9779272. OLE color: 9779272.

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

Color convert

RGB 72 56 149 -
CMYK 0.52 0.62 0 0.42
HSL 250.32º 0.45% 0.4% -
HSV(B) 250.32º 0.62% 0.58% -
XYZ 9.51 6.38 29.16 -
YUV 71.39 171.8 128.44 -
System Red Green Blue C M Y K H S L
Decimal 72 56 149 0.52 0.62 0 0.42 250.32 0.45 0.4
Hex 48 38 95 34 3E 0 2A FA 2D 28
Octal 110 70 225 64 76 0 52 372 55 50
Binary 1001000 111000 10010101 110100 111110 0 101010 11111010 101101 101000

Color Harmonies of #483895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483895

Black with #483895

Text Example


Text Example

White with #483895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483895; }

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

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

background-color css

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

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

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

border-color css

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

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

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