Html Css Color HEX #48246E Blue Diamond

📋 copy color: '#48246E'

red 72 ◦ green 36 ◦ blue 110

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

Shades of Blue Diamond #48246E

Tints of Blue Diamond #48246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 33.03%
G = 16.51%
B = 50.46%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48246E (or 0x48246E) is known color: Blue Diamond. HEX triplet: 48, 24 and 6E. RGB value is (72,36,110). Sum of RGB (Red+Green+Blue) = 72+36+110=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #48246E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48246E is #B7DB91. Grayscale: #363636. Windows color (decimal): -12049298 or 7218248. OLE color: 7218248.

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

Color convert

RGB 72 36 110 -
CMYK 0.35 0.67 0 0.57
HSL 269.19º 0.51% 0.29% -
HSV(B) 269.19º 0.67% 0.43% -
XYZ 6.12 3.77 15.16 -
YUV 55.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 72 36 110 0.35 0.67 0 0.57 269.19 0.51 0.29
Hex 48 24 6E 23 43 0 39 10D 33 1D
Octal 110 44 156 43 103 0 71 415 63 35
Binary 1001000 100100 1101110 100011 1000011 0 111001 100001101 110011 11101

Color Harmonies of #48246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48246E

Black with #48246E

Text Example


Text Example

White with #48246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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