Html Css Color HEX #482872 Blue Diamond

📋 copy color: '#482872'

red 72 ◦ green 40 ◦ blue 114

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

Shades of Blue Diamond #482872

Tints of Blue Diamond #482872

RGB

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

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

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

R = 31.86%
G = 17.7%
B = 50.44%

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

#482872 (or 0x482872) is known color: Blue Diamond. HEX triplet: 48, 28 and 72. RGB value is (72,40,114). Sum of RGB (Red+Green+Blue) = 72+40+114=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #482872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482872 is #B7D78D. Grayscale: #393939. Windows color (decimal): -12048270 or 7481416. OLE color: 7481416.

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

Color convert

RGB 72 40 114 -
CMYK 0.37 0.65 0 0.55
HSL 265.95º 0.48% 0.3% -
HSV(B) 265.95º 0.65% 0.45% -
XYZ 6.47 4.11 16.37 -
YUV 58 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 72 40 114 0.37 0.65 0 0.55 265.95 0.48 0.3
Hex 48 28 72 25 41 0 37 10A 30 1E
Octal 110 50 162 45 101 0 67 412 60 36
Binary 1001000 101000 1110010 100101 1000001 0 110111 100001010 110000 11110

Color Harmonies of #482872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482872

Black with #482872

Text Example


Text Example

White with #482872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482872; }

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

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

background-color css

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

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

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

border-color css

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

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

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