Html Css Color HEX #48276C Blue Diamond

📋 copy color: '#48276C'

red 72 ◦ green 39 ◦ blue 108

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

Shades of Blue Diamond #48276C

Tints of Blue Diamond #48276C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.32%

R = 32.88%
G = 17.81%
B = 49.32%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48276C (or 0x48276C) is known color: Blue Diamond. HEX triplet: 48, 27 and 6C. RGB value is (72,39,108). Sum of RGB (Red+Green+Blue) = 72+39+108=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #48276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48276C is #B7D893. Grayscale: #383838. Windows color (decimal): -12048532 or 7087944. OLE color: 7087944.

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

Color convert

RGB 72 39 108 -
CMYK 0.33 0.64 0 0.58
HSL 268.7º 0.47% 0.29% -
HSV(B) 268.7º 0.64% 0.42% -
XYZ 6.1 3.91 14.62 -
YUV 56.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 72 39 108 0.33 0.64 0 0.58 268.7 0.47 0.29
Hex 48 27 6C 21 40 0 3A 10D 2F 1D
Octal 110 47 154 41 100 0 72 415 57 35
Binary 1001000 100111 1101100 100001 1000000 0 111010 100001101 101111 11101

Color Harmonies of #48276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48276C

Black with #48276C

Text Example


Text Example

White with #48276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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