Html Css Color HEX #48246C Blue Diamond

📋 copy color: '#48246C'

red 72 ◦ green 36 ◦ blue 108

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

Shades of Blue Diamond #48246C

Tints of Blue Diamond #48246C

RGB

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

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

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

R = 33.33%
G = 16.67%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48246C (or 0x48246C) is known color: Blue Diamond. HEX triplet: 48, 24 and 6C. RGB value is (72,36,108). Sum of RGB (Red+Green+Blue) = 72+36+108=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #48246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48246C is #B7DB93. Grayscale: #363636. Windows color (decimal): -12049300 or 7087176. OLE color: 7087176.

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

Color convert

RGB 72 36 108 -
CMYK 0.33 0.67 0 0.58
HSL 270º 0.5% 0.28% -
HSV(B) 270º 0.67% 0.42% -
XYZ 6.01 3.72 14.59 -
YUV 54.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 72 36 108 0.33 0.67 0 0.58 270 0.5 0.28
Hex 48 24 6C 21 43 0 3A 10E 32 1C
Octal 110 44 154 41 103 0 72 416 62 34
Binary 1001000 100100 1101100 100001 1000011 0 111010 100001110 110010 11100

Color Harmonies of #48246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48246C

Black with #48246C

Text Example


Text Example

White with #48246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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