Html Css Color HEX #48246F Blue Diamond

📋 copy color: '#48246F'

red 72 ◦ green 36 ◦ blue 111

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

Shades of Blue Diamond #48246F

Tints of Blue Diamond #48246F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50.68%

R = 32.88%
G = 16.44%
B = 50.68%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48246F (or 0x48246F) is known color: Blue Diamond. HEX triplet: 48, 24 and 6F. RGB value is (72,36,111). Sum of RGB (Red+Green+Blue) = 72+36+111=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 111 (43.75% from 255 or 50.68% from 219); Max value from RGB is 111 - color contains mainly: blue. Hex color #48246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48246F is #B7DB90. Grayscale: #373737. Windows color (decimal): -12049297 or 7283784. OLE color: 7283784.

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

Color convert

RGB 72 36 111 -
CMYK 0.35 0.68 0 0.56
HSL 268.8º 0.51% 0.29% -
HSV(B) 268.8º 0.68% 0.44% -
XYZ 6.17 3.79 15.44 -
YUV 55.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 72 36 111 0.35 0.68 0 0.56 268.8 0.51 0.29
Hex 48 24 6F 23 44 0 38 10D 33 1D
Octal 110 44 157 43 104 0 70 415 63 35
Binary 1001000 100100 1101111 100011 1000100 0 111000 100001101 110011 11101

Color Harmonies of #48246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48246F

Black with #48246F

Text Example


Text Example

White with #48246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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