Html Css Color HEX #48166E Blue Diamond

📋 copy color: '#48166E'

red 72 ◦ green 22 ◦ blue 110

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

Shades of Blue Diamond #48166E

Tints of Blue Diamond #48166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

 BLUE value IS 110 (43.36% from 255) = 53.92%

R = 35.29%
G = 10.78%
B = 53.92%

CMYK

 C value IS 0.35

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#48166E (or 0x48166E) is known color: Blue Diamond. HEX triplet: 48, 16 and 6E. RGB value is (72,22,110). Sum of RGB (Red+Green+Blue) = 72+22+110=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 110 (43.36% from 255 or 53.92% from 204); Max value from RGB is 110 - color contains mainly: blue. Hex color #48166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48166E is #B7E991. Grayscale: #2E2E2E. Windows color (decimal): -12052882 or 7214664. OLE color: 7214664.

HSL color Cylindrical-coordinate representation of color #48166E: hue angle of 274.09º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48166E is Cyan = 0.35, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 22 110 -
CMYK 0.35 0.8 0 0.57
HSL 274.09º 0.67% 0.26% -
HSV(B) 274.09º 0.8% 0.43% -
XYZ 5.77 3.08 15.04 -
YUV 46.98 163.57 145.84 -
System Red Green Blue C M Y K H S L
Decimal 72 22 110 0.35 0.8 0 0.57 274.09 0.67 0.26
Hex 48 16 6E 23 50 0 39 112 43 1A
Octal 110 26 156 43 120 0 71 422 103 32
Binary 1001000 10110 1101110 100011 1010000 0 111001 100010010 1000011 11010

Color Harmonies of #48166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48166E

Black with #48166E

Text Example


Text Example

White with #48166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48166E; }

 p { color: rgb(72,22,110); }

 H1.HeaderClassName
 {
   color: #48166E;
 }
 .AnyTagClassName
 {
   color: #48166E;
 }
</style>

background-color css

<style>
 a { background-color: #48166E; }

 a { background-color: rgb(72,22,110); }

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

border-color css

<style>
 span { border-color: #48166E; }

 span { border-color: rgb(72,22,110); }

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