Html Css Color HEX #47276C Blue Diamond

📋 copy color: '#47276C'

red 71 ◦ green 39 ◦ blue 108

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

Shades of Blue Diamond #47276C

Tints of Blue Diamond #47276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

 BLUE value IS 108 (42.58% from 255) = 49.54%

R = 32.57%
G = 17.89%
B = 49.54%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47276C (or 0x47276C) is known color: Blue Diamond. HEX triplet: 47, 27 and 6C. RGB value is (71,39,108). Sum of RGB (Red+Green+Blue) = 71+39+108=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #47276C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47276C is #B8D893. Grayscale: #383838. Windows color (decimal): -12114068 or 7087943. OLE color: 7087943.

HSL color Cylindrical-coordinate representation of color #47276C: hue angle of 267.83º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47276C is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 39 108 -
CMYK 0.34 0.64 0 0.58
HSL 267.83º 0.47% 0.29% -
HSV(B) 267.83º 0.64% 0.42% -
XYZ 6.03 3.87 14.62 -
YUV 56.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 71 39 108 0.34 0.64 0 0.58 267.83 0.47 0.29
Hex 47 27 6C 22 40 0 3A 10C 2F 1D
Octal 107 47 154 42 100 0 72 414 57 35
Binary 1000111 100111 1101100 100010 1000000 0 111010 100001100 101111 11101

Color Harmonies of #47276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47276C

Black with #47276C

Text Example


Text Example

White with #47276C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47276C; }

 p { color: rgb(71,39,108); }

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

background-color css

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

 a { background-color: rgb(71,39,108); }

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

border-color css

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

 span { border-color: rgb(71,39,108); }

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