Html Css Color HEX #47246C Blue Diamond

📋 copy color: '#47246C'

red 71 ◦ green 36 ◦ blue 108

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

Shades of Blue Diamond #47246C

Tints of Blue Diamond #47246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

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

R = 33.02%
G = 16.74%
B = 50.23%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47246C (or 0x47246C) is known color: Blue Diamond. HEX triplet: 47, 24 and 6C. RGB value is (71,36,108). Sum of RGB (Red+Green+Blue) = 71+36+108=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #47246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47246C is #B8DB93. Grayscale: #363636. Windows color (decimal): -12114836 or 7087175. OLE color: 7087175.

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

Color convert

RGB 71 36 108 -
CMYK 0.34 0.67 0 0.58
HSL 269.17º 0.5% 0.28% -
HSV(B) 269.17º 0.67% 0.42% -
XYZ 5.94 3.68 14.59 -
YUV 54.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 71 36 108 0.34 0.67 0 0.58 269.17 0.5 0.28
Hex 47 24 6C 22 43 0 3A 10D 32 1C
Octal 107 44 154 42 103 0 72 415 62 34
Binary 1000111 100100 1101100 100010 1000011 0 111010 100001101 110010 11100

Color Harmonies of #47246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47246C

Black with #47246C

Text Example


Text Example

White with #47246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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