Html Css Color HEX #48359C Blue Gem

📋 copy color: '#48359C'

red 72 ◦ green 53 ◦ blue 156

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

Shades of Blue Gem #48359C

Tints of Blue Gem #48359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

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

R = 25.62%
G = 18.86%
B = 55.52%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#48359C (or 0x48359C) is known color: Blue Gem. HEX triplet: 48, 35 and 9C. RGB value is (72,53,156). Sum of RGB (Red+Green+Blue) = 72+53+156=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #48359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48359C is #B7CA63. Grayscale: #464646. Windows color (decimal): -12044900 or 10237256. OLE color: 10237256.

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

Color convert

RGB 72 53 156 -
CMYK 0.54 0.66 0 0.39
HSL 251.07º 0.49% 0.41% -
HSV(B) 251.07º 0.66% 0.61% -
XYZ 9.95 6.32 32.15 -
YUV 70.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 72 53 156 0.54 0.66 0 0.39 251.07 0.49 0.41
Hex 48 35 9C 36 42 0 27 FB 31 29
Octal 110 65 234 66 102 0 47 373 61 51
Binary 1001000 110101 10011100 110110 1000010 0 100111 11111011 110001 101001

Color Harmonies of #48359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48359C

Black with #48359C

Text Example


Text Example

White with #48359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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