Html Css Color HEX #48276D Blue Diamond

📋 copy color: '#48276D'

red 72 ◦ green 39 ◦ blue 109

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

Shades of Blue Diamond #48276D

Tints of Blue Diamond #48276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.73%

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

R = 32.73%
G = 17.73%
B = 49.55%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48276D (or 0x48276D) is known color: Blue Diamond. HEX triplet: 48, 27 and 6D. RGB value is (72,39,109). Sum of RGB (Red+Green+Blue) = 72+39+109=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #48276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48276D is #B7D892. Grayscale: #383838. Windows color (decimal): -12048531 or 7153480. OLE color: 7153480.

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

Color convert

RGB 72 39 109 -
CMYK 0.34 0.64 0 0.57
HSL 268.29º 0.47% 0.29% -
HSV(B) 268.29º 0.64% 0.43% -
XYZ 6.16 3.93 14.9 -
YUV 56.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 72 39 109 0.34 0.64 0 0.57 268.29 0.47 0.29
Hex 48 27 6D 22 40 0 39 10C 2F 1D
Octal 110 47 155 42 100 0 71 414 57 35
Binary 1001000 100111 1101101 100010 1000000 0 111001 100001100 101111 11101

Color Harmonies of #48276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48276D

Black with #48276D

Text Example


Text Example

White with #48276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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