Html Css Color HEX #47276B Blue Diamond

📋 copy color: '#47276B'

red 71 ◦ green 39 ◦ blue 107

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

Shades of Blue Diamond #47276B

Tints of Blue Diamond #47276B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 49.31%

R = 32.72%
G = 17.97%
B = 49.31%

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

#47276B (or 0x47276B) is known color: Blue Diamond. HEX triplet: 47, 27 and 6B. RGB value is (71,39,107). Sum of RGB (Red+Green+Blue) = 71+39+107=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #47276B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47276B is #B8D894. Grayscale: #383838. Windows color (decimal): -12114069 or 7022407. OLE color: 7022407.

HSL color Cylindrical-coordinate representation of color #47276B: hue angle of 268.24º 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 #47276B is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 39 107 -
CMYK 0.34 0.64 0 0.58
HSL 268.24º 0.47% 0.29% -
HSV(B) 268.24º 0.64% 0.42% -
XYZ 5.98 3.85 14.34 -
YUV 56.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 71 39 107 0.34 0.64 0 0.58 268.24 0.47 0.29
Hex 47 27 6B 22 40 0 3A 10C 2F 1D
Octal 107 47 153 42 100 0 72 414 57 35
Binary 1000111 100111 1101011 100010 1000000 0 111010 100001100 101111 11101

Color Harmonies of #47276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47276B

Black with #47276B

Text Example


Text Example

White with #47276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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