Html Css Color HEX #48256C Blue Diamond

📋 copy color: '#48256C'

red 72 ◦ green 37 ◦ blue 108

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

Shades of Blue Diamond #48256C

Tints of Blue Diamond #48256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.05%

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

R = 33.18%
G = 17.05%
B = 49.77%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48256C (or 0x48256C) is known color: Blue Diamond. HEX triplet: 48, 25 and 6C. RGB value is (72,37,108). Sum of RGB (Red+Green+Blue) = 72+37+108=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 108 (42.58% from 255 or 49.77% from 217); Max value from RGB is 108 - color contains mainly: blue. Hex color #48256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48256C is #B7DA93. Grayscale: #373737. Windows color (decimal): -12049044 or 7087432. OLE color: 7087432.

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

Color convert

RGB 72 37 108 -
CMYK 0.33 0.66 0 0.58
HSL 269.58º 0.49% 0.28% -
HSV(B) 269.58º 0.66% 0.42% -
XYZ 6.04 3.78 14.6 -
YUV 55.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 72 37 108 0.33 0.66 0 0.58 269.58 0.49 0.28
Hex 48 25 6C 21 42 0 3A 10E 31 1C
Octal 110 45 154 41 102 0 72 416 61 34
Binary 1001000 100101 1101100 100001 1000010 0 111010 100001110 110001 11100

Color Harmonies of #48256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48256C

Black with #48256C

Text Example


Text Example

White with #48256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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