Html Css Color HEX #48399C Blue Gem

📋 copy color: '#48399C'

red 72 ◦ green 57 ◦ blue 156

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

Shades of Blue Gem #48399C

Tints of Blue Gem #48399C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

 BLUE value IS 156 (61.33% from 255) = 54.74%

R = 25.26%
G = 20%
B = 54.74%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48399C (or 0x48399C) is known color: Blue Gem. HEX triplet: 48, 39 and 9C. RGB value is (72,57,156). Sum of RGB (Red+Green+Blue) = 72+57+156=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #48399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48399C is #B7C663. Grayscale: #484848. Windows color (decimal): -12043876 or 10238280. OLE color: 10238280.

HSL color Cylindrical-coordinate representation of color #48399C: hue angle of 249.09º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48399C is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 72 57 156 -
CMYK 0.54 0.63 0 0.39
HSL 249.09º 0.46% 0.42% -
HSV(B) 249.09º 0.63% 0.61% -
XYZ 10.14 6.7 32.21 -
YUV 72.77 174.97 127.45 -
System Red Green Blue C M Y K H S L
Decimal 72 57 156 0.54 0.63 0 0.39 249.09 0.46 0.42
Hex 48 39 9C 36 3F 0 27 F9 2E 2A
Octal 110 71 234 66 77 0 47 371 56 52
Binary 1001000 111001 10011100 110110 111111 0 100111 11111001 101110 101010

Color Harmonies of #48399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48399C

Black with #48399C

Text Example


Text Example

White with #48399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48399C; }

 p { color: rgb(72,57,156); }

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

background-color css

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

 a { background-color: rgb(72,57,156); }

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

border-color css

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

 span { border-color: rgb(72,57,156); }

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