Html Css Color HEX #48276E Blue Diamond

📋 copy color: '#48276E'

red 72 ◦ green 39 ◦ blue 110

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

Shades of Blue Diamond #48276E

Tints of Blue Diamond #48276E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

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

R = 32.58%
G = 17.65%
B = 49.77%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48276E (or 0x48276E) is known color: Blue Diamond. HEX triplet: 48, 27 and 6E. RGB value is (72,39,110). Sum of RGB (Red+Green+Blue) = 72+39+110=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #48276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48276E is #B7D891. Grayscale: #383838. Windows color (decimal): -12048530 or 7219016. OLE color: 7219016.

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

Color convert

RGB 72 39 110 -
CMYK 0.35 0.65 0 0.57
HSL 267.89º 0.48% 0.29% -
HSV(B) 267.89º 0.65% 0.43% -
XYZ 6.21 3.95 15.19 -
YUV 56.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 72 39 110 0.35 0.65 0 0.57 267.89 0.48 0.29
Hex 48 27 6E 23 41 0 39 10C 30 1D
Octal 110 47 156 43 101 0 71 414 60 35
Binary 1001000 100111 1101110 100011 1000001 0 111001 100001100 110000 11101

Color Harmonies of #48276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48276E

Black with #48276E

Text Example


Text Example

White with #48276E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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