Html Css Color HEX #48369C Blue Gem

📋 copy color: '#48369C'

red 72 ◦ green 54 ◦ blue 156

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

Shades of Blue Gem #48369C

Tints of Blue Gem #48369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

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

R = 25.53%
G = 19.15%
B = 55.32%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48369C (or 0x48369C) is known color: Blue Gem. HEX triplet: 48, 36 and 9C. RGB value is (72,54,156). Sum of RGB (Red+Green+Blue) = 72+54+156=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #48369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48369C is #B7C963. Grayscale: #464646. Windows color (decimal): -12044644 or 10237512. OLE color: 10237512.

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

Color convert

RGB 72 54 156 -
CMYK 0.54 0.65 0 0.39
HSL 250.59º 0.49% 0.41% -
HSV(B) 250.59º 0.65% 0.61% -
XYZ 9.99 6.42 32.16 -
YUV 71.01 175.96 128.71 -
System Red Green Blue C M Y K H S L
Decimal 72 54 156 0.54 0.65 0 0.39 250.59 0.49 0.41
Hex 48 36 9C 36 41 0 27 FB 31 29
Octal 110 66 234 66 101 0 47 373 61 51
Binary 1001000 110110 10011100 110110 1000001 0 100111 11111011 110001 101001

Color Harmonies of #48369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48369C

Black with #48369C

Text Example


Text Example

White with #48369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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