Html Css Color HEX #47246F Blue Diamond

📋 copy color: '#47246F'

red 71 ◦ green 36 ◦ blue 111

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

Shades of Blue Diamond #47246F

Tints of Blue Diamond #47246F

RGB

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

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

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

R = 32.57%
G = 16.51%
B = 50.92%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47246F (or 0x47246F) is known color: Blue Diamond. HEX triplet: 47, 24 and 6F. RGB value is (71,36,111). Sum of RGB (Red+Green+Blue) = 71+36+111=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #47246F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47246F is #B8DB90. Grayscale: #363636. Windows color (decimal): -12114833 or 7283783. OLE color: 7283783.

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

Color convert

RGB 71 36 111 -
CMYK 0.36 0.68 0 0.56
HSL 268º 0.51% 0.29% -
HSV(B) 268º 0.68% 0.44% -
XYZ 6.1 3.75 15.44 -
YUV 55.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 71 36 111 0.36 0.68 0 0.56 268 0.51 0.29
Hex 47 24 6F 24 44 0 38 10C 33 1D
Octal 107 44 157 44 104 0 70 414 63 35
Binary 1000111 100100 1101111 100100 1000100 0 111000 100001100 110011 11101

Color Harmonies of #47246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47246F

Black with #47246F

Text Example


Text Example

White with #47246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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