Html Css Color HEX #48177B Blue Diamond

📋 copy color: '#48177B'

red 72 ◦ green 23 ◦ blue 123

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

Shades of Blue Diamond #48177B

Tints of Blue Diamond #48177B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

 BLUE value IS 123 (48.44% from 255) = 56.42%

R = 33.03%
G = 10.55%
B = 56.42%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48177B (or 0x48177B) is known color: Blue Diamond. HEX triplet: 48, 17 and 7B. RGB value is (72,23,123). Sum of RGB (Red+Green+Blue) = 72+23+123=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #48177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48177B is #B7E884. Grayscale: #303030. Windows color (decimal): -12052613 or 8066888. OLE color: 8066888.

HSL color Cylindrical-coordinate representation of color #48177B: hue angle of 269.4º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48177B is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 23 123 -
CMYK 0.41 0.81 0 0.52
HSL 269.4º 0.68% 0.29% -
HSV(B) 269.4º 0.81% 0.48% -
XYZ 6.55 3.42 19.05 -
YUV 49.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 72 23 123 0.41 0.81 0 0.52 269.4 0.68 0.29
Hex 48 17 7B 29 51 0 34 10D 44 1D
Octal 110 27 173 51 121 0 64 415 104 35
Binary 1001000 10111 1111011 101001 1010001 0 110100 100001101 1000100 11101

Color Harmonies of #48177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48177B

Black with #48177B

Text Example


Text Example

White with #48177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48177B; }

 p { color: rgb(72,23,123); }

 H1.HeaderClassName
 {
   color: #48177B;
 }
 .AnyTagClassName
 {
   color: #48177B;
 }
</style>

background-color css

<style>
 a { background-color: #48177B; }

 a { background-color: rgb(72,23,123); }

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

border-color css

<style>
 span { border-color: #48177B; }

 span { border-color: rgb(72,23,123); }

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