#48187A

Color #48187A Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #48187A

Tints of Blue Diamond #48187A

Color information

#48187A (or 0x48187A) is unknown color: approx 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

RGB7224122-
CMYK0.410.8000.52
HSL269.39º67.12%28.63%-
HSV(B)269.39º80.33%47.84%-
XYZ6.513.4418.73-
YUV49.52168.9144.03-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72241220.410.8000.52269.3967.1228.63
Hex48187A295003410d431d
Octal110301725112006441510335
Binary100100011000111101010100110100000110100100001101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48187A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>