Html Css Color HEX #48326A Blue Diamond

📋 copy color: '#48326A'

red 72 ◦ green 50 ◦ blue 106

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

Shades of Blue Diamond #48326A

Tints of Blue Diamond #48326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.49%

R = 31.58%
G = 21.93%
B = 46.49%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48326A (or 0x48326A) is known color: Blue Diamond. HEX triplet: 48, 32 and 6A. RGB value is (72,50,106). Sum of RGB (Red+Green+Blue) = 72+50+106=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #48326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48326A is #B7CD95. Grayscale: #3E3E3E. Windows color (decimal): -12045718 or 6959688. OLE color: 6959688.

HSL color Cylindrical-coordinate representation of color #48326A: hue angle of 263.57º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48326A is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 50 106 -
CMYK 0.32 0.53 0 0.58
HSL 263.57º 0.36% 0.31% -
HSV(B) 263.57º 0.53% 0.42% -
XYZ 6.41 4.7 14.2 -
YUV 62.96 152.29 134.45 -
System Red Green Blue C M Y K H S L
Decimal 72 50 106 0.32 0.53 0 0.58 263.57 0.36 0.31
Hex 48 32 6A 20 35 0 3A 108 24 1F
Octal 110 62 152 40 65 0 72 410 44 37
Binary 1001000 110010 1101010 100000 110101 0 111010 100001000 100100 11111

Color Harmonies of #48326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48326A

Black with #48326A

Text Example


Text Example

White with #48326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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