Html Css Color HEX #48256E Blue Diamond

📋 copy color: '#48256E'

red 72 ◦ green 37 ◦ blue 110

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

Shades of Blue Diamond #48256E

Tints of Blue Diamond #48256E

RGB

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

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

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

R = 32.88%
G = 16.89%
B = 50.23%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48256E (or 0x48256E) is known color: Blue Diamond. HEX triplet: 48, 25 and 6E. RGB value is (72,37,110). Sum of RGB (Red+Green+Blue) = 72+37+110=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #48256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48256E is #B7DA91. Grayscale: #373737. Windows color (decimal): -12049042 or 7218504. OLE color: 7218504.

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

Color convert

RGB 72 37 110 -
CMYK 0.35 0.66 0 0.57
HSL 268.77º 0.5% 0.29% -
HSV(B) 268.77º 0.66% 0.43% -
XYZ 6.15 3.83 15.17 -
YUV 55.79 158.6 139.56 -
System Red Green Blue C M Y K H S L
Decimal 72 37 110 0.35 0.66 0 0.57 268.77 0.5 0.29
Hex 48 25 6E 23 42 0 39 10D 32 1D
Octal 110 45 156 43 102 0 71 415 62 35
Binary 1001000 100101 1101110 100011 1000010 0 111001 100001101 110010 11101

Color Harmonies of #48256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48256E

Black with #48256E

Text Example


Text Example

White with #48256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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