Html Css Color HEX #48378F Blue Gem

📋 copy color: '#48378F'

red 72 ◦ green 55 ◦ blue 143

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

Shades of Blue Gem #48378F

Tints of Blue Gem #48378F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

 BLUE value IS 143 (56.25% from 255) = 52.96%

R = 26.67%
G = 20.37%
B = 52.96%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#48378F (or 0x48378F) is known color: Blue Gem. HEX triplet: 48, 37 and 8F. RGB value is (72,55,143). Sum of RGB (Red+Green+Blue) = 72+55+143=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #48378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48378F is #B7C870. Grayscale: #454545. Windows color (decimal): -12044401 or 9385800. OLE color: 9385800.

HSL color Cylindrical-coordinate representation of color #48378F: hue angle of 251.59º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48378F is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 55 143 -
CMYK 0.50 0.62 0 0.44
HSL 251.59º 0.44% 0.39% -
HSV(B) 251.59º 0.62% 0.56% -
XYZ 9 6.09 26.69 -
YUV 70.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 72 55 143 0.50 0.62 0 0.44 251.59 0.44 0.39
Hex 48 37 8F 32 3E 0 2C FC 2C 27
Octal 110 67 217 62 76 0 54 374 54 47
Binary 1001000 110111 10001111 110010 111110 0 101100 11111100 101100 100111

Color Harmonies of #48378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48378F

Black with #48378F

Text Example


Text Example

White with #48378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48378F; }

 p { color: rgb(72,55,143); }

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

background-color css

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

 a { background-color: rgb(72,55,143); }

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

border-color css

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

 span { border-color: rgb(72,55,143); }

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