Html Css Color HEX #48276F Blue Diamond

📋 copy color: '#48276F'

red 72 ◦ green 39 ◦ blue 111

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

Shades of Blue Diamond #48276F

Tints of Blue Diamond #48276F

RGB

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

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

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

R = 32.43%
G = 17.57%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48276F (or 0x48276F) is known color: Blue Diamond. HEX triplet: 48, 27 and 6F. RGB value is (72,39,111). Sum of RGB (Red+Green+Blue) = 72+39+111=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #48276F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48276F is #B7D890. Grayscale: #383838. Windows color (decimal): -12048529 or 7284552. OLE color: 7284552.

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

Color convert

RGB 72 39 111 -
CMYK 0.35 0.65 0 0.56
HSL 267.5º 0.48% 0.29% -
HSV(B) 267.5º 0.65% 0.44% -
XYZ 6.27 3.98 15.48 -
YUV 57.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 72 39 111 0.35 0.65 0 0.56 267.5 0.48 0.29
Hex 48 27 6F 23 41 0 38 10C 30 1D
Octal 110 47 157 43 101 0 70 414 60 35
Binary 1001000 100111 1101111 100011 1000001 0 111000 100001100 110000 11101

Color Harmonies of #48276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48276F

Black with #48276F

Text Example


Text Example

White with #48276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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