Html Css Color HEX #48256D Blue Diamond

📋 copy color: '#48256D'

red 72 ◦ green 37 ◦ blue 109

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

Shades of Blue Diamond #48256D

Tints of Blue Diamond #48256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 50%

R = 33.03%
G = 16.97%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48256D (or 0x48256D) is known color: Blue Diamond. HEX triplet: 48, 25 and 6D. RGB value is (72,37,109). Sum of RGB (Red+Green+Blue) = 72+37+109=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #48256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48256D is #B7DA92. Grayscale: #373737. Windows color (decimal): -12049043 or 7152968. OLE color: 7152968.

HSL color Cylindrical-coordinate representation of color #48256D: hue angle of 269.17º degrees, saturation: 0.49, 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 #48256D is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 37 109 -
CMYK 0.34 0.66 0 0.57
HSL 269.17º 0.49% 0.29% -
HSV(B) 269.17º 0.66% 0.43% -
XYZ 6.09 3.8 14.88 -
YUV 55.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 72 37 109 0.34 0.66 0 0.57 269.17 0.49 0.29
Hex 48 25 6D 22 42 0 39 10D 31 1D
Octal 110 45 155 42 102 0 71 415 61 35
Binary 1001000 100101 1101101 100010 1000010 0 111001 100001101 110001 11101

Color Harmonies of #48256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48256D

Black with #48256D

Text Example


Text Example

White with #48256D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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