Html Css Color HEX #48176D Blue Diamond

📋 copy color: '#48176D'

red 72 ◦ green 23 ◦ blue 109

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

Shades of Blue Diamond #48176D

Tints of Blue Diamond #48176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

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

R = 35.29%
G = 11.27%
B = 53.43%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48176D (or 0x48176D) is known color: Blue Diamond. HEX triplet: 48, 17 and 6D. RGB value is (72,23,109). Sum of RGB (Red+Green+Blue) = 72+23+109=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #48176D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48176D is #B7E892. Grayscale: #2F2F2F. Windows color (decimal): -12052627 or 7149384. OLE color: 7149384.

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

Color convert

RGB 72 23 109 -
CMYK 0.34 0.79 0 0.57
HSL 274.19º 0.65% 0.26% -
HSV(B) 274.19º 0.79% 0.43% -
XYZ 5.74 3.09 14.76 -
YUV 47.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 72 23 109 0.34 0.79 0 0.57 274.19 0.65 0.26
Hex 48 17 6D 22 4F 0 39 112 41 1A
Octal 110 27 155 42 117 0 71 422 101 32
Binary 1001000 10111 1101101 100010 1001111 0 111001 100010010 1000001 11010

Color Harmonies of #48176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48176D

Black with #48176D

Text Example


Text Example

White with #48176D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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