Html Css Color HEX #48146D Blue Diamond

📋 copy color: '#48146D'

red 72 ◦ green 20 ◦ blue 109

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

Shades of Blue Diamond #48146D

Tints of Blue Diamond #48146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 35.82%
G = 9.95%
B = 54.23%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48146D (or 0x48146D) is known color: Blue Diamond. HEX triplet: 48, 14 and 6D. RGB value is (72,20,109). Sum of RGB (Red+Green+Blue) = 72+20+109=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #48146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48146D is #B7EB92. Grayscale: #2D2D2D. Windows color (decimal): -12053395 or 7148616. OLE color: 7148616.

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

Color convert

RGB 72 20 109 -
CMYK 0.34 0.82 0 0.57
HSL 275.06º 0.69% 0.25% -
HSV(B) 275.06º 0.82% 0.43% -
XYZ 5.68 2.98 14.74 -
YUV 45.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 72 20 109 0.34 0.82 0 0.57 275.06 0.69 0.25
Hex 48 14 6D 22 52 0 39 113 45 19
Octal 110 24 155 42 122 0 71 423 105 31
Binary 1001000 10100 1101101 100010 1010010 0 111001 100010011 1000101 11001

Color Harmonies of #48146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48146D

Black with #48146D

Text Example


Text Example

White with #48146D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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