Html Css Color HEX #48316B Blue Diamond

📋 copy color: '#48316B'

red 72 ◦ green 49 ◦ blue 107

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

Shades of Blue Diamond #48316B

Tints of Blue Diamond #48316B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.49%

 BLUE value IS 107 (42.19% from 255) = 46.93%

R = 31.58%
G = 21.49%
B = 46.93%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48316B (or 0x48316B) is known color: Blue Diamond. HEX triplet: 48, 31 and 6B. RGB value is (72,49,107). Sum of RGB (Red+Green+Blue) = 72+49+107=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #48316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48316B is #B7CE94. Grayscale: #3E3E3E. Windows color (decimal): -12045973 or 7024968. OLE color: 7024968.

HSL color Cylindrical-coordinate representation of color #48316B: hue angle of 263.79º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #48316B is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 49 107 -
CMYK 0.33 0.54 0 0.58
HSL 263.79º 0.37% 0.31% -
HSV(B) 263.79º 0.54% 0.42% -
XYZ 6.42 4.64 14.47 -
YUV 62.49 153.12 134.78 -
System Red Green Blue C M Y K H S L
Decimal 72 49 107 0.33 0.54 0 0.58 263.79 0.37 0.31
Hex 48 31 6B 21 36 0 3A 108 25 1F
Octal 110 61 153 41 66 0 72 410 45 37
Binary 1001000 110001 1101011 100001 110110 0 111010 100001000 100101 11111

Color Harmonies of #48316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48316B

Black with #48316B

Text Example


Text Example

White with #48316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48316B; }

 p { color: rgb(72,49,107); }

 H1.HeaderClassName
 {
   color: #48316B;
 }
 .AnyTagClassName
 {
   color: #48316B;
 }
</style>

background-color css

<style>
 a { background-color: #48316B; }

 a { background-color: rgb(72,49,107); }

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

border-color css

<style>
 span { border-color: #48316B; }

 span { border-color: rgb(72,49,107); }

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