Html Css Color HEX #482572 Blue Diamond

📋 copy color: '#482572'

red 72 ◦ green 37 ◦ blue 114

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

Shades of Blue Diamond #482572

Tints of Blue Diamond #482572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 32.29%
G = 16.59%
B = 51.12%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#482572 (or 0x482572) is known color: Blue Diamond. HEX triplet: 48, 25 and 72. RGB value is (72,37,114). Sum of RGB (Red+Green+Blue) = 72+37+114=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #482572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482572 is #B7DA8D. Grayscale: #373737. Windows color (decimal): -12049038 or 7480648. OLE color: 7480648.

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

Color convert

RGB 72 37 114 -
CMYK 0.37 0.68 0 0.55
HSL 267.27º 0.51% 0.3% -
HSV(B) 267.27º 0.68% 0.45% -
XYZ 6.37 3.92 16.34 -
YUV 56.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 72 37 114 0.37 0.68 0 0.55 267.27 0.51 0.3
Hex 48 25 72 25 44 0 37 10B 33 1E
Octal 110 45 162 45 104 0 67 413 63 36
Binary 1001000 100101 1110010 100101 1000100 0 110111 100001011 110011 11110

Color Harmonies of #482572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482572

Black with #482572

Text Example


Text Example

White with #482572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482572; }

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

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

background-color css

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

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

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

border-color css

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

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

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