Html Css Color HEX #482971 Blue Diamond

📋 copy color: '#482971'

red 72 ◦ green 41 ◦ blue 113

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

Shades of Blue Diamond #482971

Tints of Blue Diamond #482971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50%

R = 31.86%
G = 18.14%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#482971 (or 0x482971) is known color: Blue Diamond. HEX triplet: 48, 29 and 71. RGB value is (72,41,113). Sum of RGB (Red+Green+Blue) = 72+41+113=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #482971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482971 is #B7D68E. Grayscale: #3A3A3A. Windows color (decimal): -12048015 or 7416136. OLE color: 7416136.

HSL color Cylindrical-coordinate representation of color #482971: hue angle of 265.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482971 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 41 113 -
CMYK 0.36 0.64 0 0.56
HSL 265.83º 0.47% 0.3% -
HSV(B) 265.83º 0.64% 0.44% -
XYZ 6.45 4.16 16.09 -
YUV 58.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 72 41 113 0.36 0.64 0 0.56 265.83 0.47 0.3
Hex 48 29 71 24 40 0 38 10A 2F 1E
Octal 110 51 161 44 100 0 70 412 57 36
Binary 1001000 101001 1110001 100100 1000000 0 111000 100001010 101111 11110

Color Harmonies of #482971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482971

Black with #482971

Text Example


Text Example

White with #482971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482971; }

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

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

background-color css

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

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

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

border-color css

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

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

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