Html Css Color HEX #48206F Blue Diamond

📋 copy color: '#48206F'

red 72 ◦ green 32 ◦ blue 111

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

Shades of Blue Diamond #48206F

Tints of Blue Diamond #48206F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

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

R = 33.49%
G = 14.88%
B = 51.63%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#48206F (or 0x48206F) is known color: Blue Diamond. HEX triplet: 48, 20 and 6F. RGB value is (72,32,111). Sum of RGB (Red+Green+Blue) = 72+32+111=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #48206F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48206F is #B7DF90. Grayscale: #343434. Windows color (decimal): -12050321 or 7282760. OLE color: 7282760.

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

Color convert

RGB 72 32 111 -
CMYK 0.35 0.71 0 0.56
HSL 270.38º 0.55% 0.28% -
HSV(B) 270.38º 0.71% 0.44% -
XYZ 6.06 3.56 15.41 -
YUV 52.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 72 32 111 0.35 0.71 0 0.56 270.38 0.55 0.28
Hex 48 20 6F 23 47 0 38 10E 37 1C
Octal 110 40 157 43 107 0 70 416 67 34
Binary 1001000 100000 1101111 100011 1000111 0 111000 100001110 110111 11100

Color Harmonies of #48206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48206F

Black with #48206F

Text Example


Text Example

White with #48206F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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