Html Css Color HEX #48296D Blue Diamond

📋 copy color: '#48296D'

red 72 ◦ green 41 ◦ blue 109

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

Shades of Blue Diamond #48296D

Tints of Blue Diamond #48296D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.1%

R = 32.43%
G = 18.47%
B = 49.1%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48296D (or 0x48296D) is known color: Blue Diamond. HEX triplet: 48, 29 and 6D. RGB value is (72,41,109). Sum of RGB (Red+Green+Blue) = 72+41+109=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #48296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48296D is #B7D692. Grayscale: #393939. Windows color (decimal): -12048019 or 7153992. OLE color: 7153992.

HSL color Cylindrical-coordinate representation of color #48296D: hue angle of 267.35º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48296D is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 41 109 -
CMYK 0.34 0.62 0 0.57
HSL 267.35º 0.45% 0.29% -
HSV(B) 267.35º 0.62% 0.43% -
XYZ 6.23 4.07 14.93 -
YUV 58.02 156.77 137.97 -
System Red Green Blue C M Y K H S L
Decimal 72 41 109 0.34 0.62 0 0.57 267.35 0.45 0.29
Hex 48 29 6D 22 3E 0 39 10B 2D 1D
Octal 110 51 155 42 76 0 71 413 55 35
Binary 1001000 101001 1101101 100010 111110 0 111001 100001011 101101 11101

Color Harmonies of #48296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48296D

Black with #48296D

Text Example


Text Example

White with #48296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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