Html Css Color HEX #48266C Blue Diamond

📋 copy color: '#48266C'

red 72 ◦ green 38 ◦ blue 108

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

Shades of Blue Diamond #48266C

Tints of Blue Diamond #48266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.43%

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

R = 33.03%
G = 17.43%
B = 49.54%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48266C (or 0x48266C) is known color: Blue Diamond. HEX triplet: 48, 26 and 6C. RGB value is (72,38,108). Sum of RGB (Red+Green+Blue) = 72+38+108=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #48266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48266C is #B7D993. Grayscale: #373737. Windows color (decimal): -12048788 or 7087688. OLE color: 7087688.

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

Color convert

RGB 72 38 108 -
CMYK 0.33 0.65 0 0.58
HSL 269.14º 0.48% 0.29% -
HSV(B) 269.14º 0.65% 0.42% -
XYZ 6.07 3.85 14.61 -
YUV 56.15 157.26 139.31 -
System Red Green Blue C M Y K H S L
Decimal 72 38 108 0.33 0.65 0 0.58 269.14 0.48 0.29
Hex 48 26 6C 21 41 0 3A 10D 30 1D
Octal 110 46 154 41 101 0 72 415 60 35
Binary 1001000 100110 1101100 100001 1000001 0 111010 100001101 110000 11101

Color Harmonies of #48266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48266C

Black with #48266C

Text Example


Text Example

White with #48266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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