Html Css Color HEX #482172 Blue Diamond

📋 copy color: '#482172'

red 72 ◦ green 33 ◦ blue 114

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

Shades of Blue Diamond #482172

Tints of Blue Diamond #482172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.05%

R = 32.88%
G = 15.07%
B = 52.05%

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

#482172 (or 0x482172) is known color: Blue Diamond. HEX triplet: 48, 21 and 72. RGB value is (72,33,114). Sum of RGB (Red+Green+Blue) = 72+33+114=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #482172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482172 is #B7DE8D. Grayscale: #353535. Windows color (decimal): -12050062 or 7479624. OLE color: 7479624.

HSL color Cylindrical-coordinate representation of color #482172: hue angle of 268.89º 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 #482172 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 33 114 -
CMYK 0.37 0.71 0 0.55
HSL 268.89º 0.55% 0.29% -
HSV(B) 268.89º 0.71% 0.45% -
XYZ 6.25 3.68 16.3 -
YUV 53.9 161.92 140.91 -
System Red Green Blue C M Y K H S L
Decimal 72 33 114 0.37 0.71 0 0.55 268.89 0.55 0.29
Hex 48 21 72 25 47 0 37 10D 37 1D
Octal 110 41 162 45 107 0 67 415 67 35
Binary 1001000 100001 1110010 100101 1000111 0 110111 100001101 110111 11101

Color Harmonies of #482172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482172

Black with #482172

Text Example


Text Example

White with #482172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482172; }

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

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

background-color css

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

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

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

border-color css

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

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

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