Html Css Color HEX #48389C Blue Gem

📋 copy color: '#48389C'

red 72 ◦ green 56 ◦ blue 156

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

Shades of Blue Gem #48389C

Tints of Blue Gem #48389C

RGB

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

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

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

R = 25.35%
G = 19.72%
B = 54.93%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48389C (or 0x48389C) is known color: Blue Gem. HEX triplet: 48, 38 and 9C. RGB value is (72,56,156). Sum of RGB (Red+Green+Blue) = 72+56+156=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #48389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48389C is #B7C763. Grayscale: #474747. Windows color (decimal): -12044132 or 10238024. OLE color: 10238024.

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

Color convert

RGB 72 56 156 -
CMYK 0.54 0.64 0 0.39
HSL 249.6º 0.47% 0.42% -
HSV(B) 249.6º 0.64% 0.61% -
XYZ 10.09 6.61 32.2 -
YUV 72.18 175.3 127.87 -
System Red Green Blue C M Y K H S L
Decimal 72 56 156 0.54 0.64 0 0.39 249.6 0.47 0.42
Hex 48 38 9C 36 40 0 27 FA 2F 2A
Octal 110 70 234 66 100 0 47 372 57 52
Binary 1001000 111000 10011100 110110 1000000 0 100111 11111010 101111 101010

Color Harmonies of #48389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48389C

Black with #48389C

Text Example


Text Example

White with #48389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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