Html Css Color HEX #48316F Blue Diamond

📋 copy color: '#48316F'

red 72 ◦ green 49 ◦ blue 111

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

Shades of Blue Diamond #48316F

Tints of Blue Diamond #48316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.84%

R = 31.03%
G = 21.12%
B = 47.84%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48316F (or 0x48316F) is known color: Blue Diamond. HEX triplet: 48, 31 and 6F. RGB value is (72,49,111). Sum of RGB (Red+Green+Blue) = 72+49+111=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #48316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48316F is #B7CE90. Grayscale: #3E3E3E. Windows color (decimal): -12045969 or 7287112. OLE color: 7287112.

HSL color Cylindrical-coordinate representation of color #48316F: hue angle of 262.26º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48316F is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 49 111 -
CMYK 0.35 0.56 0 0.56
HSL 262.26º 0.39% 0.31% -
HSV(B) 262.26º 0.56% 0.44% -
XYZ 6.64 4.72 15.6 -
YUV 62.95 155.12 134.46 -
System Red Green Blue C M Y K H S L
Decimal 72 49 111 0.35 0.56 0 0.56 262.26 0.39 0.31
Hex 48 31 6F 23 38 0 38 106 27 1F
Octal 110 61 157 43 70 0 70 406 47 37
Binary 1001000 110001 1101111 100011 111000 0 111000 100000110 100111 11111

Color Harmonies of #48316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48316F

Black with #48316F

Text Example


Text Example

White with #48316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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