Html Css Color HEX #48326E Blue Diamond

📋 copy color: '#48326E'

red 72 ◦ green 50 ◦ blue 110

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

Shades of Blue Diamond #48326E

Tints of Blue Diamond #48326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.41%

R = 31.03%
G = 21.55%
B = 47.41%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48326E (or 0x48326E) is known color: Blue Diamond. HEX triplet: 48, 32 and 6E. RGB value is (72,50,110). Sum of RGB (Red+Green+Blue) = 72+50+110=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #48326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48326E is #B7CD91. Grayscale: #3F3F3F. Windows color (decimal): -12045714 or 7221832. OLE color: 7221832.

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

Color convert

RGB 72 50 110 -
CMYK 0.35 0.55 0 0.57
HSL 262º 0.38% 0.31% -
HSV(B) 262º 0.55% 0.43% -
XYZ 6.63 4.78 15.33 -
YUV 63.42 154.29 134.12 -
System Red Green Blue C M Y K H S L
Decimal 72 50 110 0.35 0.55 0 0.57 262 0.38 0.31
Hex 48 32 6E 23 37 0 39 106 26 1F
Octal 110 62 156 43 67 0 71 406 46 37
Binary 1001000 110010 1101110 100011 110111 0 111001 100000110 100110 11111

Color Harmonies of #48326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48326E

Black with #48326E

Text Example


Text Example

White with #48326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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