Html Css Color HEX #48286E Blue Diamond

📋 copy color: '#48286E'

red 72 ◦ green 40 ◦ blue 110

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

Shades of Blue Diamond #48286E

Tints of Blue Diamond #48286E

RGB

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

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

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

R = 32.43%
G = 18.02%
B = 49.55%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48286E (or 0x48286E) is known color: Blue Diamond. HEX triplet: 48, 28 and 6E. RGB value is (72,40,110). Sum of RGB (Red+Green+Blue) = 72+40+110=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 110 (43.36% from 255 or 49.55% from 222); Max value from RGB is 110 - color contains mainly: blue. Hex color #48286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48286E is #B7D791. Grayscale: #393939. Windows color (decimal): -12048274 or 7219272. OLE color: 7219272.

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

Color convert

RGB 72 40 110 -
CMYK 0.35 0.64 0 0.57
HSL 267.43º 0.47% 0.29% -
HSV(B) 267.43º 0.64% 0.43% -
XYZ 6.25 4.02 15.2 -
YUV 57.55 157.6 138.31 -
System Red Green Blue C M Y K H S L
Decimal 72 40 110 0.35 0.64 0 0.57 267.43 0.47 0.29
Hex 48 28 6E 23 40 0 39 10B 2F 1D
Octal 110 50 156 43 100 0 71 413 57 35
Binary 1001000 101000 1101110 100011 1000000 0 111001 100001011 101111 11101

Color Harmonies of #48286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48286E

Black with #48286E

Text Example


Text Example

White with #48286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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