Html Css Color HEX #48156C Blue Diamond

📋 copy color: '#48156C'

red 72 ◦ green 21 ◦ blue 108

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

Shades of Blue Diamond #48156C

Tints of Blue Diamond #48156C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.45%

 BLUE value IS 108 (42.58% from 255) = 53.73%

R = 35.82%
G = 10.45%
B = 53.73%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#48156C (or 0x48156C) is known color: Blue Diamond. HEX triplet: 48, 15 and 6C. RGB value is (72,21,108). Sum of RGB (Red+Green+Blue) = 72+21+108=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #48156C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48156C is #B7EA93. Grayscale: #2D2D2D. Windows color (decimal): -12053140 or 7083336. OLE color: 7083336.

HSL color Cylindrical-coordinate representation of color #48156C: hue angle of 275.17º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48156C is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 21 108 -
CMYK 0.33 0.81 0 0.58
HSL 275.17º 0.67% 0.25% -
HSV(B) 275.17º 0.81% 0.42% -
XYZ 5.65 3 14.47 -
YUV 46.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 72 21 108 0.33 0.81 0 0.58 275.17 0.67 0.25
Hex 48 15 6C 21 51 0 3A 113 43 19
Octal 110 25 154 41 121 0 72 423 103 31
Binary 1001000 10101 1101100 100001 1010001 0 111010 100010011 1000011 11001

Color Harmonies of #48156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48156C

Black with #48156C

Text Example


Text Example

White with #48156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48156C; }

 p { color: rgb(72,21,108); }

 H1.HeaderClassName
 {
   color: #48156C;
 }
 .AnyTagClassName
 {
   color: #48156C;
 }
</style>

background-color css

<style>
 a { background-color: #48156C; }

 a { background-color: rgb(72,21,108); }

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

border-color css

<style>
 span { border-color: #48156C; }

 span { border-color: rgb(72,21,108); }

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