Html Css Color HEX #47246B Blue Diamond

📋 copy color: '#47246B'

red 71 ◦ green 36 ◦ blue 107

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

Shades of Blue Diamond #47246B

Tints of Blue Diamond #47246B

RGB

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

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

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

R = 33.18%
G = 16.82%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47246B (or 0x47246B) is known color: Blue Diamond. HEX triplet: 47, 24 and 6B. RGB value is (71,36,107). Sum of RGB (Red+Green+Blue) = 71+36+107=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #47246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47246B is #B8DB94. Grayscale: #363636. Windows color (decimal): -12114837 or 7021639. OLE color: 7021639.

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

Color convert

RGB 71 36 107 -
CMYK 0.34 0.66 0 0.58
HSL 269.58º 0.5% 0.28% -
HSV(B) 269.58º 0.66% 0.42% -
XYZ 5.88 3.66 14.31 -
YUV 54.56 157.6 139.73 -
System Red Green Blue C M Y K H S L
Decimal 71 36 107 0.34 0.66 0 0.58 269.58 0.5 0.28
Hex 47 24 6B 22 42 0 3A 10E 32 1C
Octal 107 44 153 42 102 0 72 416 62 34
Binary 1000111 100100 1101011 100010 1000010 0 111010 100001110 110010 11100

Color Harmonies of #47246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47246B

Black with #47246B

Text Example


Text Example

White with #47246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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