Html Css Color HEX #48326D Blue Diamond

📋 copy color: '#48326D'

red 72 ◦ green 50 ◦ blue 109

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

Shades of Blue Diamond #48326D

Tints of Blue Diamond #48326D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

 BLUE value IS 109 (42.97% from 255) = 47.19%

R = 31.17%
G = 21.65%
B = 47.19%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48326D (or 0x48326D) is known color: Blue Diamond. HEX triplet: 48, 32 and 6D. RGB value is (72,50,109). Sum of RGB (Red+Green+Blue) = 72+50+109=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #48326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48326D is #B7CD92. Grayscale: #3F3F3F. Windows color (decimal): -12045715 or 7156296. OLE color: 7156296.

HSL color Cylindrical-coordinate representation of color #48326D: hue angle of 262.37º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48326D is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 50 109 -
CMYK 0.34 0.54 0 0.57
HSL 262.37º 0.37% 0.31% -
HSV(B) 262.37º 0.54% 0.43% -
XYZ 6.57 4.76 15.04 -
YUV 63.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 72 50 109 0.34 0.54 0 0.57 262.37 0.37 0.31
Hex 48 32 6D 22 36 0 39 106 25 1F
Octal 110 62 155 42 66 0 71 406 45 37
Binary 1001000 110010 1101101 100010 110110 0 111001 100000110 100101 11111

Color Harmonies of #48326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48326D

Black with #48326D

Text Example


Text Example

White with #48326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48326D; }

 p { color: rgb(72,50,109); }

 H1.HeaderClassName
 {
   color: #48326D;
 }
 .AnyTagClassName
 {
   color: #48326D;
 }
</style>

background-color css

<style>
 a { background-color: #48326D; }

 a { background-color: rgb(72,50,109); }

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

border-color css

<style>
 span { border-color: #48326D; }

 span { border-color: rgb(72,50,109); }

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