Html Css Color HEX #48286F Blue Diamond

📋 copy color: '#48286F'

red 72 ◦ green 40 ◦ blue 111

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

Shades of Blue Diamond #48286F

Tints of Blue Diamond #48286F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

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

R = 32.29%
G = 17.94%
B = 49.78%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48286F (or 0x48286F) is known color: Blue Diamond. HEX triplet: 48, 28 and 6F. RGB value is (72,40,111). Sum of RGB (Red+Green+Blue) = 72+40+111=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #48286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48286F is #B7D790. Grayscale: #393939. Windows color (decimal): -12048273 or 7284808. OLE color: 7284808.

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

Color convert

RGB 72 40 111 -
CMYK 0.35 0.64 0 0.56
HSL 267.04º 0.47% 0.3% -
HSV(B) 267.04º 0.64% 0.44% -
XYZ 6.3 4.04 15.49 -
YUV 57.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 72 40 111 0.35 0.64 0 0.56 267.04 0.47 0.3
Hex 48 28 6F 23 40 0 38 10B 2F 1E
Octal 110 50 157 43 100 0 70 413 57 36
Binary 1001000 101000 1101111 100011 1000000 0 111000 100001011 101111 11110

Color Harmonies of #48286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48286F

Black with #48286F

Text Example


Text Example

White with #48286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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