Html Css Color HEX #472963 Blue Diamond

📋 copy color: '#472963'

red 71 ◦ green 41 ◦ blue 99

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

Shades of Blue Diamond #472963

Tints of Blue Diamond #472963

RGB

 RED value IS 71 (28.13% from 255) = 33.65%

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

 BLUE value IS 99 (39.06% from 255) = 46.92%

R = 33.65%
G = 19.43%
B = 46.92%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#472963 (or 0x472963) is known color: Blue Diamond. HEX triplet: 47, 29 and 63. RGB value is (71,41,99). Sum of RGB (Red+Green+Blue) = 71+41+99=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #472963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472963 is #B8D69C. Grayscale: #383838. Windows color (decimal): -12113565 or 6498631. OLE color: 6498631.

HSL color Cylindrical-coordinate representation of color #472963: hue angle of 271.03º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #472963 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 41 99 -
CMYK 0.28 0.59 0 0.61
HSL 271.03º 0.41% 0.27% -
HSV(B) 271.03º 0.59% 0.39% -
XYZ 5.64 3.83 12.25 -
YUV 56.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 71 41 99 0.28 0.59 0 0.61 271.03 0.41 0.27
Hex 47 29 63 1C 3B 0 3D 10F 29 1B
Octal 107 51 143 34 73 0 75 417 51 33
Binary 1000111 101001 1100011 11100 111011 0 111101 100001111 101001 11011

Color Harmonies of #472963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472963

Black with #472963

Text Example


Text Example

White with #472963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472963; }

 p { color: rgb(71,41,99); }

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

background-color css

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

 a { background-color: rgb(71,41,99); }

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

border-color css

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

 span { border-color: rgb(71,41,99); }

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