Html Css Color HEX #47176F Blue Diamond

📋 copy color: '#47176F'

red 71 ◦ green 23 ◦ blue 111

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

Shades of Blue Diamond #47176F

Tints of Blue Diamond #47176F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.22%

 BLUE value IS 111 (43.75% from 255) = 54.15%

R = 34.63%
G = 11.22%
B = 54.15%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47176F (or 0x47176F) is known color: Blue Diamond. HEX triplet: 47, 17 and 6F. RGB value is (71,23,111). Sum of RGB (Red+Green+Blue) = 71+23+111=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 111 (43.75% from 255 or 54.15% from 205); Max value from RGB is 111 - color contains mainly: blue. Hex color #47176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47176F is #B8E890. Grayscale: #2F2F2F. Windows color (decimal): -12118161 or 7280455. OLE color: 7280455.

HSL color Cylindrical-coordinate representation of color #47176F: hue angle of 272.73º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47176F is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 23 111 -
CMYK 0.36 0.79 0 0.56
HSL 272.73º 0.66% 0.26% -
HSV(B) 272.73º 0.79% 0.44% -
XYZ 5.77 3.1 15.33 -
YUV 47.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 71 23 111 0.36 0.79 0 0.56 272.73 0.66 0.26
Hex 47 17 6F 24 4F 0 38 111 42 1A
Octal 107 27 157 44 117 0 70 421 102 32
Binary 1000111 10111 1101111 100100 1001111 0 111000 100010001 1000010 11010

Color Harmonies of #47176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47176F

Black with #47176F

Text Example


Text Example

White with #47176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47176F; }

 p { color: rgb(71,23,111); }

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

background-color css

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

 a { background-color: rgb(71,23,111); }

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

border-color css

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

 span { border-color: rgb(71,23,111); }

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