Html Css Color HEX #482873 Blue Diamond

📋 copy color: '#482873'

red 72 ◦ green 40 ◦ blue 115

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

Shades of Blue Diamond #482873

Tints of Blue Diamond #482873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

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

R = 31.72%
G = 17.62%
B = 50.66%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#482873 (or 0x482873) is known color: Blue Diamond. HEX triplet: 48, 28 and 73. RGB value is (72,40,115). Sum of RGB (Red+Green+Blue) = 72+40+115=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 115 (45.31% from 255 or 50.66% from 227); Max value from RGB is 115 - color contains mainly: blue. Hex color #482873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482873 is #B7D78C. Grayscale: #393939. Windows color (decimal): -12048269 or 7546952. OLE color: 7546952.

HSL color Cylindrical-coordinate representation of color #482873: hue angle of 265.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #482873 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 40 115 -
CMYK 0.37 0.65 0 0.55
HSL 265.6º 0.48% 0.3% -
HSV(B) 265.6º 0.65% 0.45% -
XYZ 6.53 4.13 16.67 -
YUV 58.12 160.1 137.9 -
System Red Green Blue C M Y K H S L
Decimal 72 40 115 0.37 0.65 0 0.55 265.6 0.48 0.3
Hex 48 28 73 25 41 0 37 10A 30 1E
Octal 110 50 163 45 101 0 67 412 60 36
Binary 1001000 101000 1110011 100101 1000001 0 110111 100001010 110000 11110

Color Harmonies of #482873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482873

Black with #482873

Text Example


Text Example

White with #482873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482873; }

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

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

background-color css

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

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

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

border-color css

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

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

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