Html Css Color HEX #48296A Blue Diamond

📋 copy color: '#48296A'

red 72 ◦ green 41 ◦ blue 106

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

Shades of Blue Diamond #48296A

Tints of Blue Diamond #48296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

 BLUE value IS 106 (41.8% from 255) = 48.4%

R = 32.88%
G = 18.72%
B = 48.4%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48296A (or 0x48296A) is known color: Blue Diamond. HEX triplet: 48, 29 and 6A. RGB value is (72,41,106). Sum of RGB (Red+Green+Blue) = 72+41+106=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #48296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48296A is #B7D695. Grayscale: #393939. Windows color (decimal): -12048022 or 6957384. OLE color: 6957384.

HSL color Cylindrical-coordinate representation of color #48296A: hue angle of 268.62º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #48296A is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 41 106 -
CMYK 0.32 0.61 0 0.58
HSL 268.62º 0.44% 0.29% -
HSV(B) 268.62º 0.61% 0.42% -
XYZ 6.07 4 14.09 -
YUV 57.68 155.27 138.21 -
System Red Green Blue C M Y K H S L
Decimal 72 41 106 0.32 0.61 0 0.58 268.62 0.44 0.29
Hex 48 29 6A 20 3D 0 3A 10D 2C 1D
Octal 110 51 152 40 75 0 72 415 54 35
Binary 1001000 101001 1101010 100000 111101 0 111010 100001101 101100 11101

Color Harmonies of #48296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48296A

Black with #48296A

Text Example


Text Example

White with #48296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48296A; }

 p { color: rgb(72,41,106); }

 H1.HeaderClassName
 {
   color: #48296A;
 }
 .AnyTagClassName
 {
   color: #48296A;
 }
</style>

background-color css

<style>
 a { background-color: #48296A; }

 a { background-color: rgb(72,41,106); }

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

border-color css

<style>
 span { border-color: #48296A; }

 span { border-color: rgb(72,41,106); }

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