Html Css Color HEX #481D73 Blue Diamond

📋 copy color: '#481D73'

red 72 ◦ green 29 ◦ blue 115

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

Shades of Blue Diamond #481D73

Tints of Blue Diamond #481D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.43%

 BLUE value IS 115 (45.31% from 255) = 53.24%

R = 33.33%
G = 13.43%
B = 53.24%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#481D73 (or 0x481D73) is known color: Blue Diamond. HEX triplet: 48, 1D and 73. RGB value is (72,29,115). Sum of RGB (Red+Green+Blue) = 72+29+115=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #481D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481D73 is #B7E28C. Grayscale: #333333. Windows color (decimal): -12051085 or 7544136. OLE color: 7544136.

HSL color Cylindrical-coordinate representation of color #481D73: hue angle of 270º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481D73 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 29 115 -
CMYK 0.37 0.75 0 0.55
HSL 270º 0.6% 0.28% -
HSV(B) 270º 0.75% 0.45% -
XYZ 6.21 3.49 16.57 -
YUV 51.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 72 29 115 0.37 0.75 0 0.55 270 0.6 0.28
Hex 48 1D 73 25 4B 0 37 10E 3C 1C
Octal 110 35 163 45 113 0 67 416 74 34
Binary 1001000 11101 1110011 100101 1001011 0 110111 100001110 111100 11100

Color Harmonies of #481D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D73

Black with #481D73

Text Example


Text Example

White with #481D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481D73; }

 p { color: rgb(72,29,115); }

 H1.HeaderClassName
 {
   color: #481D73;
 }
 .AnyTagClassName
 {
   color: #481D73;
 }
</style>

background-color css

<style>
 a { background-color: #481D73; }

 a { background-color: rgb(72,29,115); }

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

border-color css

<style>
 span { border-color: #481D73; }

 span { border-color: rgb(72,29,115); }

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