Html Css Color HEX #482973 Blue Diamond

📋 copy color: '#482973'

red 72 ◦ green 41 ◦ blue 115

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

Shades of Blue Diamond #482973

Tints of Blue Diamond #482973

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.98%

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

R = 31.58%
G = 17.98%
B = 50.44%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#482973 (or 0x482973) is known color: Blue Diamond. HEX triplet: 48, 29 and 73. RGB value is (72,41,115). Sum of RGB (Red+Green+Blue) = 72+41+115=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #482973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482973 is #B7D68C. Grayscale: #3A3A3A. Windows color (decimal): -12048013 or 7547208. OLE color: 7547208.

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

Color convert

RGB 72 41 115 -
CMYK 0.37 0.64 0 0.55
HSL 265.14º 0.47% 0.31% -
HSV(B) 265.14º 0.64% 0.45% -
XYZ 6.56 4.2 16.68 -
YUV 58.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 72 41 115 0.37 0.64 0 0.55 265.14 0.47 0.31
Hex 48 29 73 25 40 0 37 109 2F 1F
Octal 110 51 163 45 100 0 67 411 57 37
Binary 1001000 101001 1110011 100101 1000000 0 110111 100001001 101111 11111

Color Harmonies of #482973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482973

Black with #482973

Text Example


Text Example

White with #482973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482973; }

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

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

background-color css

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

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

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

border-color css

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

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

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