Html Css Color HEX #48388C Blue Gem

📋 copy color: '#48388C'

red 72 ◦ green 56 ◦ blue 140

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

Shades of Blue Gem #48388C

Tints of Blue Gem #48388C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.24%

R = 26.87%
G = 20.9%
B = 52.24%

CMYK

 C value IS 0.49

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48388C (or 0x48388C) is known color: Blue Gem. HEX triplet: 48, 38 and 8C. RGB value is (72,56,140). Sum of RGB (Red+Green+Blue) = 72+56+140=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #48388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48388C is #B7C773. Grayscale: #464646. Windows color (decimal): -12044148 or 9189448. OLE color: 9189448.

HSL color Cylindrical-coordinate representation of color #48388C: hue angle of 251.43º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48388C is Cyan = 0.49, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 56 140 -
CMYK 0.49 0.6 0 0.45
HSL 251.43º 0.43% 0.38% -
HSV(B) 251.43º 0.6% 0.55% -
XYZ 8.82 6.1 25.52 -
YUV 70.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 72 56 140 0.49 0.6 0 0.45 251.43 0.43 0.38
Hex 48 38 8C 31 3C 0 2D FB 2B 26
Octal 110 70 214 61 74 0 55 373 53 46
Binary 1001000 111000 10001100 110001 111100 0 101101 11111011 101011 100110

Color Harmonies of #48388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48388C

Black with #48388C

Text Example


Text Example

White with #48388C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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