Html Css Color HEX #48187A Blue Diamond

📋 copy color: '#48187A'

red 72 ◦ green 24 ◦ blue 122

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

Shades of Blue Diamond #48187A

Tints of Blue Diamond #48187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.01%

 BLUE value IS 122 (48.05% from 255) = 55.96%

R = 33.03%
G = 11.01%
B = 55.96%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48187A (or 0x48187A) is known color: Blue Diamond. HEX triplet: 48, 18 and 7A. RGB value is (72,24,122). Sum of RGB (Red+Green+Blue) = 72+24+122=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #48187A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48187A is #B7E785. Grayscale: #313131. Windows color (decimal): -12052358 or 8001608. OLE color: 8001608.

HSL color Cylindrical-coordinate representation of color #48187A: hue angle of 269.39º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48187A is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 24 122 -
CMYK 0.41 0.80 0 0.52
HSL 269.39º 0.67% 0.29% -
HSV(B) 269.39º 0.8% 0.48% -
XYZ 6.51 3.44 18.73 -
YUV 49.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 72 24 122 0.41 0.80 0 0.52 269.39 0.67 0.29
Hex 48 18 7A 29 50 0 34 10D 43 1D
Octal 110 30 172 51 120 0 64 415 103 35
Binary 1001000 11000 1111010 101001 1010000 0 110100 100001101 1000011 11101

Color Harmonies of #48187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48187A

Black with #48187A

Text Example


Text Example

White with #48187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48187A; }

 p { color: rgb(72,24,122); }

 H1.HeaderClassName
 {
   color: #48187A;
 }
 .AnyTagClassName
 {
   color: #48187A;
 }
</style>

background-color css

<style>
 a { background-color: #48187A; }

 a { background-color: rgb(72,24,122); }

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

border-color css

<style>
 span { border-color: #48187A; }

 span { border-color: rgb(72,24,122); }

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