Html Css Color HEX #482173 Blue Diamond

📋 copy color: '#482173'

red 72 ◦ green 33 ◦ blue 115

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

Shades of Blue Diamond #482173

Tints of Blue Diamond #482173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15%

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

R = 32.73%
G = 15%
B = 52.27%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#482173 (or 0x482173) is known color: Blue Diamond. HEX triplet: 48, 21 and 73. RGB value is (72,33,115). Sum of RGB (Red+Green+Blue) = 72+33+115=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #482173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482173 is #B7DE8C. Grayscale: #353535. Windows color (decimal): -12050061 or 7545160. OLE color: 7545160.

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

Color convert

RGB 72 33 115 -
CMYK 0.37 0.71 0 0.55
HSL 268.54º 0.55% 0.29% -
HSV(B) 268.54º 0.71% 0.45% -
XYZ 6.31 3.7 16.6 -
YUV 54.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 72 33 115 0.37 0.71 0 0.55 268.54 0.55 0.29
Hex 48 21 73 25 47 0 37 10D 37 1D
Octal 110 41 163 45 107 0 67 415 67 35
Binary 1001000 100001 1110011 100101 1000111 0 110111 100001101 110111 11101

Color Harmonies of #482173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482173

Black with #482173

Text Example


Text Example

White with #482173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482173; }

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

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

background-color css

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

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

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

border-color css

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

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

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