Html Css Color HEX #48286B Blue Diamond

📋 copy color: '#48286B'

red 72 ◦ green 40 ◦ blue 107

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

Shades of Blue Diamond #48286B

Tints of Blue Diamond #48286B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.86%

R = 32.88%
G = 18.26%
B = 48.86%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48286B (or 0x48286B) is known color: Blue Diamond. HEX triplet: 48, 28 and 6B. RGB value is (72,40,107). Sum of RGB (Red+Green+Blue) = 72+40+107=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #48286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48286B is #B7D794. Grayscale: #383838. Windows color (decimal): -12048277 or 7022664. OLE color: 7022664.

HSL color Cylindrical-coordinate representation of color #48286B: hue angle of 268.66º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48286B is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 40 107 -
CMYK 0.33 0.63 0 0.58
HSL 268.66º 0.46% 0.29% -
HSV(B) 268.66º 0.63% 0.42% -
XYZ 6.09 3.96 14.35 -
YUV 57.21 156.1 138.55 -
System Red Green Blue C M Y K H S L
Decimal 72 40 107 0.33 0.63 0 0.58 268.66 0.46 0.29
Hex 48 28 6B 21 3F 0 3A 10D 2E 1D
Octal 110 50 153 41 77 0 72 415 56 35
Binary 1001000 101000 1101011 100001 111111 0 111010 100001101 101110 11101

Color Harmonies of #48286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48286B

Black with #48286B

Text Example


Text Example

White with #48286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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