Html Css Color HEX #48246D Blue Diamond

📋 copy color: '#48246D'

red 72 ◦ green 36 ◦ blue 109

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

Shades of Blue Diamond #48246D

Tints of Blue Diamond #48246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

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

R = 33.18%
G = 16.59%
B = 50.23%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48246D (or 0x48246D) is known color: Blue Diamond. HEX triplet: 48, 24 and 6D. RGB value is (72,36,109). Sum of RGB (Red+Green+Blue) = 72+36+109=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #48246D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48246D is #B7DB92. Grayscale: #363636. Windows color (decimal): -12049299 or 7152712. OLE color: 7152712.

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

Color convert

RGB 72 36 109 -
CMYK 0.34 0.67 0 0.57
HSL 269.59º 0.5% 0.28% -
HSV(B) 269.59º 0.67% 0.43% -
XYZ 6.06 3.74 14.87 -
YUV 55.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 72 36 109 0.34 0.67 0 0.57 269.59 0.5 0.28
Hex 48 24 6D 22 43 0 39 10E 32 1C
Octal 110 44 155 42 103 0 71 416 62 34
Binary 1001000 100100 1101101 100010 1000011 0 111001 100001110 110010 11100

Color Harmonies of #48246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48246D

Black with #48246D

Text Example


Text Example

White with #48246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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