Html Css Color HEX #482273 Blue Diamond

📋 copy color: '#482273'

red 72 ◦ green 34 ◦ blue 115

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

Shades of Blue Diamond #482273

Tints of Blue Diamond #482273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.38%

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

R = 32.58%
G = 15.38%
B = 52.04%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#482273 (or 0x482273) is known color: Blue Diamond. HEX triplet: 48, 22 and 73. RGB value is (72,34,115). Sum of RGB (Red+Green+Blue) = 72+34+115=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #482273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482273 is #B7DD8C. Grayscale: #363636. Windows color (decimal): -12049805 or 7545416. OLE color: 7545416.

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

Color convert

RGB 72 34 115 -
CMYK 0.37 0.70 0 0.55
HSL 268.15º 0.54% 0.29% -
HSV(B) 268.15º 0.7% 0.45% -
XYZ 6.34 3.76 16.61 -
YUV 54.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 72 34 115 0.37 0.70 0 0.55 268.15 0.54 0.29
Hex 48 22 73 25 46 0 37 10C 36 1D
Octal 110 42 163 45 106 0 67 414 66 35
Binary 1001000 100010 1110011 100101 1000110 0 110111 100001100 110110 11101

Color Harmonies of #482273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482273

Black with #482273

Text Example


Text Example

White with #482273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482273; }

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

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

background-color css

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

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

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

border-color css

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

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

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